Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dbitset.h205 #define BITSET_ALLOC(_s, mt, mf) \ macro
/f-stack/freebsd/sys/
H A Dbitset.h285 #define BITSET_ALLOC(_s, mt, mf) malloc(BITSET_SIZE((_s)), mt, (mf)) macro