Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dpolicy_define.c2032 #define OP_HIGH(x) (((x + 1) << 5) - 1) 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()