Searched refs:BITSET_RANGE (Results 1 – 2 of 2) sorted by relevance
67 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1)) macro198 (((x)[BITSET_BITWORD(b)] & BITSET_RANGE(b, e)) != 0) : \202 ((x)[BITSET_BITWORD(b)] |= BITSET_RANGE(b, e)) : \206 ((x)[BITSET_BITWORD(b)] &= ~BITSET_RANGE(b, e)) : \
544 if (used[word] & BITSET_RANGE(start_range, end_range)) { in xfb_decl_store()550 used[word] |= BITSET_RANGE(start_range, end_range); in xfb_decl_store()