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 | 101 extern size_t bitset_bytes (enum bitset_type, bitset_bindex);
|
/external/bison/ |
D | ChangeLog-2012 | 8912 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp): 15488 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_, 15892 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc): 15894 * lib/bitset.h (bitset_bytes): Likewise.
|