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

/external/mesa3d/src/mesa/main/
H A Dbitset.h62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) macro

Completed in 545 milliseconds