Searched refs:BITSET_COUNT_ (Results 1 – 3 of 3) sorted by relevance
186 #define bitset_count(SRC) BITSET_COUNT_ (SRC)
180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC) macro
394 return BITSET_COUNT_ (src->s.bset); in bitset_stats_count()