Searched refs:BITSET_WORD (Results 1 – 1 of 1) sorted by relevance
40 #define BITSET_WORD GLuint macro41 #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()