Searched refs:BITSET_MASK (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dbitset.h64 #define BITSET_MASK(b) ((b) == BITSET_WORDBITS ? ~0 : BITSET_BIT(b) - 1) macro
65 #define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b))

Completed in 24 milliseconds