Lines Matching full:bitset
36 abitset_resize (bitset src, bitset_bindex size)
49 abitset_small_list (bitset src, bitset_bindex *list,
104 /* Set bit BITNO in bitset DST. */
106 abitset_set (bitset dst ATTRIBUTE_UNUSED, bitset_bindex bitno ATTRIBUTE_UNUSED)
110 bounds of the bitset. */
115 /* Reset bit BITNO in bitset DST. */
117 abitset_reset (bitset dst ATTRIBUTE_UNUSED,
122 bounds of the bitset. Since the bit is zero anyway, let it pass. */
126 /* Test bit BITNO in bitset SRC. */
128 abitset_test (bitset src ATTRIBUTE_UNUSED,
142 abitset_list_reverse (bitset src, bitset_bindex *list,
202 abitset_list (bitset src, bitset_bindex *list,
303 abitset_unused_clear (bitset dst)
315 abitset_ones (bitset dst)
328 abitset_zero (bitset dst)
340 abitset_empty_p (bitset dst)
354 abitset_copy1 (bitset dst, bitset src)
367 abitset_not (bitset dst, bitset src)
381 abitset_equal_p (bitset dst, bitset src)
396 abitset_subset_p (bitset dst, bitset src)
411 abitset_disjoint_p (bitset dst, bitset src)
427 abitset_and (bitset dst, bitset src1, bitset src2)
441 abitset_and_cmp (bitset dst, bitset src1, bitset src2)
465 abitset_andn (bitset dst, bitset src1, bitset src2)
479 abitset_andn_cmp (bitset dst, bitset src1, bitset src2)
503 abitset_or (bitset dst, bitset src1, bitset src2)
517 abitset_or_cmp (bitset dst, bitset src1, bitset src2)
541 abitset_xor (bitset dst, bitset src1, bitset src2)
555 abitset_xor_cmp (bitset dst, bitset src1, bitset src2)
579 abitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3)
594 abitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
619 abitset_andn_or (bitset dst, bitset src1, bitset src2, bitset src3)
634 abitset_andn_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
659 abitset_or_and (bitset dst, bitset src1, bitset src2, bitset src3)
674 abitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
699 abitset_copy (bitset dst, bitset src)
808 bitset
809 abitset_init (bitset bset, bitset_bindex n_bits)
816 /* Use optimized routines if bitset fits within a single word.
818 the small bitset will always fit in the cache. */