Searched refs:BITSET64_RANGE (Results 1 – 1 of 1) sorted by relevance
128 #define BITSET64_RANGE(b, e) (BITSET64_MASK((e) + 1) & ~BITSET64_MASK(b)) macro134 ((x)[BITSET64_BITWORD(b)] & BITSET64_RANGE(b, e)) : \143 ((x)[BITSET64_BITWORD(b)] |= BITSET64_RANGE(b, e)) : \152 ((x)[BITSET64_BITWORD(b)] &= ~BITSET64_RANGE(b, e)) : \