Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbitset.h141 #define BITSET64_SET_SUBRANGE(x, b, e) \ macro
147 (BITSET64_SET_SUBRANGE(x, b, e)) : \
148 (BITSET64_SET_SUBRANGE(x, b, BITSET64_WORDBITS - 1) | \
149 BITSET64_SET_SUBRANGE(x, BITSET64_WORDBITS, e)))