Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
D_bitset.h39 #define _BITSET_BITS (sizeof(long) * NBBY) macro
41 #define __bitset_words(_s) (howmany(_s, _BITSET_BITS))
45 (__size_t)(n) : ((n) % _BITSET_BITS)))
48 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))
D_cpuset.h47 #define _NCPUBITS _BITSET_BITS
Dbitset.h202 __bit += __i * _BITSET_BITS; \
217 __bit += (__i - 1) * _BITSET_BITS; \