HomeSort by: relevance | last modified time | path
    Searched defs:BITSET_TEST (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
bitset.h 61 #define BITSET_TEST(x, b) (((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) != 0)
497 return BITSET_TEST(words, i); \
  /xsrc/external/mit/MesaLib.old/dist/src/util/
bitset.h 61 #define BITSET_TEST(x, b) (((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) != 0)
231 return BITSET_TEST(words, i); \

Completed in 6 milliseconds