Searched refs:BITSET_LOG_COUNT_BINS (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dbitset_stats.c45 #define BITSET_LOG_COUNT_BINS 10 macro
88 unsigned int list_counts[BITSET_LOG_COUNT_BINS];
193 BITSET_LOG_COUNT_BINS, stats->list_counts);
587 if (i >= BITSET_LOG_COUNT_BINS)
588 i = BITSET_LOG_COUNT_BINS - 1;

Completed in 88 milliseconds