Searched refs:OP_HIGH (Results 1 – 1 of 1) sorted by relevance
2032 #define OP_HIGH(x) (((x + 1) << 5) - 1) macro2040 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()