Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
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)) : \