BITSET_LOG_COUNT_BINS   89 maint/gnulib/lib/bitset/stats.c   unsigned list_counts[BITSET_LOG_COUNT_BINS];
BITSET_LOG_COUNT_BINS  199 maint/gnulib/lib/bitset/stats.c                               BITSET_LOG_COUNT_BINS, stats->list_counts);
BITSET_LOG_COUNT_BINS  585 maint/gnulib/lib/bitset/stats.c     if (i >= BITSET_LOG_COUNT_BINS)
BITSET_LOG_COUNT_BINS  586 maint/gnulib/lib/bitset/stats.c       i = BITSET_LOG_COUNT_BINS - 1;