Home
last modified time | relevance | path

Searched defs:__bitset_words (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/sys/
H A D_bitset.h43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) macro
/f-stack/freebsd/sys/
H A D_bitset.h45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) macro