Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A D_bitset.h39 #define _BITSET_BITS (sizeof(long) * 8) macro
43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
H A Dbitset.h37 (__size_t)(n) : ((n) % _BITSET_BITS)))
40 ((__bitset_words((_s)) == 1) ? 0 : ((n) / _BITSET_BITS))
179 __bit += __i * _BITSET_BITS; \
H A Dcpuset.h39 #define _NCPUBITS _BITSET_BITS
/f-stack/freebsd/sys/
H A D_bitset.h41 #define _BITSET_BITS (sizeof(long) * 8) macro
45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
H A Dbitset.h45 (__size_t)(n) : ((n) % _BITSET_BITS)))
49 0 : ((n) / _BITSET_BITS))
232 __mask = ~0UL << ((start) % _BITSET_BITS); \
239 __bit += __i * _BITSET_BITS; \
257 __bit += (__i - 1) * _BITSET_BITS; \
H A Ddomainset.h38 #define _NDOMAINSETBITS _BITSET_BITS
H A Dcpuset.h41 #define _NCPUBITS _BITSET_BITS
/f-stack/tools/compat/include/vm/
H A Duma_int.h377 #define SLAB_MIN_SETSIZE _BITSET_BITS
/f-stack/freebsd/vm/
H A Duma_int.h374 #define SLAB_MIN_SETSIZE _BITSET_BITS