HomeSort by relevance Sort by last modified time
    Searched defs:BITSET_CLEAR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h 62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b))
  /external/mesa3d/src/mesa/main/
bitset.h 62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b))

Completed in 869 milliseconds