Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dbitset.h67 #define BITSET_RANGE(b, e) ((BITSET_MASK((e) + 1)) & ~(BITSET_BIT(b) - 1)) macro

Completed in 2 milliseconds