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