Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset_stats.c682 bitset sbset; in bitset_stats_init() local
702 sbset = xcalloc (1, bytes); in bitset_stats_init()
703 abitset_init (sbset, n_bits); in bitset_stats_init()
708 sbset = xcalloc (1, bytes); in bitset_stats_init()
709 lbitset_init (sbset, n_bits); in bitset_stats_init()
714 sbset = xcalloc (1, bytes); in bitset_stats_init()
715 ebitset_init (sbset, n_bits); in bitset_stats_init()
720 sbset = xcalloc (1, bytes); in bitset_stats_init()
721 vbitset_init (sbset, n_bits); in bitset_stats_init()
725 bset->s.bset = sbset; in bitset_stats_init()