Searched refs:_BITSET_BITS (Results 1 – 3 of 3) sorted by relevance
39 #define _BITSET_BITS (sizeof(long) * 8) macro43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
37 (__size_t)(n) : ((n) % _BITSET_BITS)))40 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))209 __bit += __i * _BITSET_BITS; \224 __bit += (__i - 1) * _BITSET_BITS; \
39 #define _NCPUBITS _BITSET_BITS