Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HD_bitset.h39 #define _BITSET_BITS (sizeof(long) * 8) macro
43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
HDbitset.h37 (__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; \
HDcpuset.h39 #define _NCPUBITS _BITSET_BITS