Home
last modified time | relevance | path

Searched refs:BITSET_COUNT_ (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dbitset.h186 #define bitset_count(SRC) BITSET_COUNT_ (SRC)
Dbbitset.h180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC) macro
Dbitset_stats.c394 return BITSET_COUNT_ (src->s.bset); in bitset_stats_count()