Home
last modified time | relevance | path

Searched refs:BITSET_RANGE (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/
Dbitset.h65 #define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) macro
71 ((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)) : \