Searched refs:BITSET_RANGE (Results 1 – 1 of 1) sorted by relevance
67 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1)) macro212 (((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) != 0) : \216 ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \220 ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \