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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h 150 #define BITSET64_CLEAR_SUBRANGE(x, b, e) \
156 (BITSET64_CLEAR_SUBRANGE(x, b, e)) : \
157 (BITSET64_CLEAR_SUBRANGE(x, b, BITSET64_WORDBITS - 1) | \
158 BITSET64_CLEAR_SUBRANGE(x, BITSET64_WORDBITS, e)))
  /external/mesa3d/src/mesa/main/
bitset.h 150 #define BITSET64_CLEAR_SUBRANGE(x, b, e) \
156 (BITSET64_CLEAR_SUBRANGE(x, b, e)) : \
157 (BITSET64_CLEAR_SUBRANGE(x, b, BITSET64_WORDBITS - 1) | \
158 BITSET64_CLEAR_SUBRANGE(x, BITSET64_WORDBITS, e)))

Completed in 41 milliseconds