Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dbitset.h132 #define BITSET64_TEST_SUBRANGE(x, b, e) \ macro
138 (BITSET64_TEST_SUBRANGE(x, b, e)) : \
139 (BITSET64_TEST_SUBRANGE(x, b, BITSET64_WORDBITS - 1) | \
140 BITSET64_TEST_SUBRANGE(x, BITSET64_WORDBITS, e)))