Lines Matching refs:bitset_bindex
39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits) in bitset_bytes()
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_init()
103 bitset_type_choose (bitset_bindex n_bits ATTRIBUTE_UNUSED, unsigned int attr) in bitset_type_choose()
134 bitset_alloc (bitset_bindex n_bits, enum bitset_type type) in bitset_alloc()
154 bitset_bindex n_bits, enum bitset_type type) in bitset_obstack_alloc()
171 bitset_create (bitset_bindex n_bits, unsigned int attr) in bitset_create()
226 bitset_bindex
227 bitset_next (bitset src, bitset_bindex bitno) in bitset_next()
229 bitset_bindex val; in bitset_next()
230 bitset_bindex next = bitno; in bitset_next()
248 bitset_bindex
249 bitset_prev (bitset src, bitset_bindex bitno) in bitset_prev()
251 bitset_bindex val; in bitset_prev()
252 bitset_bindex next = bitno; in bitset_prev()
261 bitset_bindex
269 bitset_bindex
278 bitset_only_set_p (bitset src, bitset_bindex bitno) in bitset_only_set_p()
280 bitset_bindex val[2]; in bitset_only_set_p()
281 bitset_bindex next = 0; in bitset_only_set_p()
294 bitset_bindex i; in bitset_print()
338 bitset_toggle_ (bitset bset, bitset_bindex bitno) in bitset_toggle_()
356 bitset_bindex
364 bitset_bindex
367 bitset_bindex list[BITSET_LIST_SIZE]; in bitset_count_()
368 bitset_bindex next; in bitset_count_()
369 bitset_bindex num; in bitset_count_()
370 bitset_bindex count; in bitset_count_()
391 bitset_bindex i; in bitset_copy_()