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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h 40 #define BITSET_WORD GLuint
41 #define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8)
46 BITSET_WORD name[((size) + BITSET_WORDBITS - 1) / BITSET_WORDBITS]
85 __bitset_ffs(const BITSET_WORD *x, int n)
  /external/mesa3d/src/mesa/main/
bitset.h 40 #define BITSET_WORD GLuint
41 #define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8)
46 BITSET_WORD name[((size) + BITSET_WORDBITS - 1) / BITSET_WORDBITS]
85 __bitset_ffs(const BITSET_WORD *x, int n)

Completed in 44 milliseconds