Lines Matching refs:bitset
73 bitset
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_init()
133 bitset
137 bitset bset; in bitset_alloc()
152 bitset
157 bitset bset; in bitset_obstack_alloc()
170 bitset
183 bitset_free (bitset bset) in bitset_free()
192 bitset_obstack_free (bitset bset) in bitset_obstack_free()
200 bitset_type_get (bitset bset) in bitset_type_get()
214 bitset_type_name_get (bitset bset) in bitset_type_name_get()
227 bitset_next (bitset src, bitset_bindex bitno) in bitset_next()
240 bitset_compatible_p (bitset bset1, bitset bset2) in bitset_compatible_p()
249 bitset_prev (bitset src, bitset_bindex bitno) in bitset_prev()
262 bitset_first (bitset src) in bitset_first()
270 bitset_last (bitset src) in bitset_last()
278 bitset_only_set_p (bitset src, bitset_bindex bitno) in bitset_only_set_p()
291 bitset_print (FILE *file, bitset bset, bool verbose) in bitset_print()
321 bitset_dump (FILE *file, bitset bset) in bitset_dump()
338 bitset_toggle_ (bitset bset, bitset_bindex bitno) in bitset_toggle_()
357 bitset_size_ (bitset src) in bitset_size_()
365 bitset_count_ (bitset src) in bitset_count_()
389 bitset_copy_ (bitset dst, bitset src) in bitset_copy_()
409 bitset_op4_cmp (bitset dst, bitset src1, bitset src2, bitset src3, in bitset_op4_cmp()
414 bitset tmp; in bitset_op4_cmp()
450 bitset_and_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_()
459 bitset_and_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_and_or_cmp_()
467 bitset_andn_or_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_()
476 bitset_andn_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_andn_or_cmp_()
484 bitset_or_and_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_()
493 bitset_or_and_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) in bitset_or_and_cmp_()
501 debug_bitset (bitset bset) in debug_bitset()