Searched refs:_BITSET_BITS (Results 1 – 3 of 3) sorted by relevance
39 #define _BITSET_BITS (sizeof(long) * NBBY) macro41 #define __bitset_words(_s) (howmany(_s, _BITSET_BITS))45 (__size_t)(n) : ((n) % _BITSET_BITS)))48 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))
47 #define _NCPUBITS _BITSET_BITS
202 __bit += __i * _BITSET_BITS; \217 __bit += (__i - 1) * _BITSET_BITS; \