Home
last modified time | relevance | path

Searched refs:OP_LOW (Results 1 – 1 of 1) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_define.c2030 #define OP_LOW(x) (x << 5) macro
2040 if ((low <= OP_LOW(i)) && (high >= OP_HIGH(i))) in avrule_operation_setrangebits()
2043 else if ((low <= OP_LOW(i)) && (high < OP_HIGH(i))) in avrule_operation_setrangebits()
2046 else if ((low > OP_LOW(i)) && (high >= OP_HIGH(i))) in avrule_operation_setrangebits()
2049 else if ((low > OP_LOW(i)) && (high <= OP_HIGH(i))) in avrule_operation_setrangebits()