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

/external/bison/lib/
H A Dbitset_stats.h26 extern enum bitset_type bitset_stats_type_get (bitset);
30 extern bitset bitset_stats_init (bitset, bitset_bindex, enum bitset_type);
H A Dbitsetv.h28 extern bitsetv bitsetv_alloc (bitset_bindex, bitset_bindex, enum bitset_type);
H A Dbitset.c39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits)
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type)
102 enum bitset_type
134 bitset_alloc (bitset_bindex n_bits, enum bitset_type type)
154 bitset_bindex n_bits, enum bitset_type type)
173 enum bitset_type type;
199 enum bitset_type
202 enum bitset_type type;
216 enum bitset_type type;
H A Dbitset.h100 extern size_t bitset_bytes (enum bitset_type, bitset_bindex);
103 extern bitset bitset_init (bitset, bitset_bindex, enum bitset_type);
107 extern enum bitset_type bitset_type_choose (bitset_bindex, bitset_attrs);
110 extern bitset bitset_alloc (bitset_bindex, enum bitset_type);
118 bitset_bindex, enum bitset_type);
127 extern enum bitset_type bitset_type_get (bitset);
H A Dbitsetv.c30 enum bitset_type type)
67 enum bitset_type type;
H A Dbbitset.h42 enum bitset_type {BITSET_ARRAY, BITSET_LIST, BITSET_TABLE, BITSET_VARRAY, enum
153 enum bitset_type type;
H A Dbitset_stats.c579 enum bitset_type type;
664 enum bitset_type
679 bitset_stats_init (bitset bset, bitset_bindex n_bits, enum bitset_type type)

Completed in 33 milliseconds