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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbitset.h128 #define BITSET64_RANGE(b, e) (BITSET64_MASK((e) + 1) & ~BITSET64_MASK(b)) macro
134 ((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)) : \
/external/mesa3d/src/mesa/main/
H A Dbitset.h128 #define BITSET64_RANGE(b, e) (BITSET64_MASK((e) + 1) & ~BITSET64_MASK(b)) macro
134 ((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)) : \

Completed in 129 milliseconds