Searched refs:BITSET_RANGE (Results 1 – 1 of 1) sorted by relevance
65 #define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) macro71 ((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) : \75 ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \79 ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \