Home
last modified time | relevance | path

Searched defs:BITSET_TEST (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Dbitset.h62 #define BITSET_TEST(x, b) (((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) != 0) macro

Completed in 1 milliseconds