Home
last modified time | relevance | path

Searched refs:BITSET_WORD (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dbitset.h40 #define BITSET_WORD GLuint macro
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) in __bitset_ffs()