Searched refs:OP_SETBITS (Results 1 – 1 of 1) sorted by relevance
2028 #define OP_SETBITS(x) ((1 << (x & 0x1f)) - 1) macro2044 ops->perms[i] |= OP_SETBITS(h); in avrule_operation_setrangebits()2047 ops->perms[i] |= ~0U - OP_SETBITS(low); in avrule_operation_setrangebits()2050 ops->perms[i] |= OP_SETBITS(h) - OP_SETBITS(low); in avrule_operation_setrangebits()