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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A 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)))
/external/mesa3d/src/mesa/main/
H A 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)))

Completed in 30 milliseconds