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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h 128 #define BITSET64_RANGE(b, e) (BITSET64_MASK((e) + 1) & ~BITSET64_MASK(b))
134 ((x)[BITSET64_BITWORD(b)] & BITSET64_RANGE(b, e)) : \
143 ((x)[BITSET64_BITWORD(b)] |= BITSET64_RANGE(b, e)) : \
152 ((x)[BITSET64_BITWORD(b)] &= ~BITSET64_RANGE(b, e)) : \
  /external/mesa3d/src/mesa/main/
bitset.h 128 #define BITSET64_RANGE(b, e) (BITSET64_MASK((e) + 1) & ~BITSET64_MASK(b))
134 ((x)[BITSET64_BITWORD(b)] & BITSET64_RANGE(b, e)) : \
143 ((x)[BITSET64_BITWORD(b)] |= BITSET64_RANGE(b, e)) : \
152 ((x)[BITSET64_BITWORD(b)] &= ~BITSET64_RANGE(b, e)) : \

Completed in 723 milliseconds