Searched refs:bitset_bytes (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | bitset.c | 39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits) in bitset_bytes() function 139 bytes = bitset_bytes (type, n_bits); in bitset_alloc() 159 bytes = bitset_bytes (type, n_bits); in bitset_obstack_alloc()
|
D | bitsetv.c | 38 bytes = bitset_bytes (type, n_bits); in bitsetv_alloc()
|
D | bitset.h | 100 extern size_t bitset_bytes (enum bitset_type, bitset_bindex);
|
/external/bison/ |
D | ChangeLog | 651 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp): 7227 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_, 7631 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc): 7633 * lib/bitset.h (bitset_bytes): Likewise.
|