Home
last modified time | relevance | path

Searched refs:__howmany (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/sys/
H A D_bitset.h41 #define __howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))
/f-stack/freebsd/sys/
H A D_bitset.h43 #define __howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS))