HomeSort by: relevance | last modified time | path
    Searched defs:BITSET_WORD (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
bitset.h 41 #define BITSET_WORD unsigned int
42 #define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8)
47 #define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)]
71 __bitset_and(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n)
78 __bitset_or(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n)
85 __bitset_not(BITSET_WORD *x, unsigned n
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
bitset.h 41 #define BITSET_WORD unsigned int
42 #define BITSET_WORDBITS (sizeof (BITSET_WORD) * 8)
47 #define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)]
86 __bitset_ffs(const BITSET_WORD *x, int n)
101 __bitset_next_set(unsigned i, BITSET_WORD *tmp,
102 const BITSET_WORD *set, unsigned size)
158 const T c = {{ (BITSET_WORD)x }}; \
177 const T c = {{ (BITSET_WORD)x }}; \
248 BITSET_WORD words[BITSET_WORDS(N)]; \

Completed in 5 milliseconds