Lines Matching refs:csize
209 bitset_windex size = src->b.csize; in abitset_list()
309 ABITSET_WORDS (dst)[dst->b.csize - 1] &= in abitset_unused_clear()
320 bytes = sizeof (bitset_word) * dst->b.csize; in abitset_ones()
333 bytes = sizeof (bitset_word) * dst->b.csize; in abitset_zero()
345 for (i = 0; i < dst->b.csize; i++) in abitset_empty_p()
358 bitset_windex size = dst->b.csize; in abitset_copy1()
372 bitset_windex size = dst->b.csize; in abitset_not()
386 bitset_windex size = dst->b.csize; in abitset_equal_p()
401 bitset_windex size = dst->b.csize; in abitset_subset_p()
416 bitset_windex size = dst->b.csize; in abitset_disjoint_p()
433 bitset_windex size = dst->b.csize; in abitset_and()
448 bitset_windex size = dst->b.csize; in abitset_and_cmp()
471 bitset_windex size = dst->b.csize; in abitset_andn()
486 bitset_windex size = dst->b.csize; in abitset_andn_cmp()
509 bitset_windex size = dst->b.csize; in abitset_or()
524 bitset_windex size = dst->b.csize; in abitset_or_cmp()
547 bitset_windex size = dst->b.csize; in abitset_xor()
562 bitset_windex size = dst->b.csize; in abitset_xor_cmp()
586 bitset_windex size = dst->b.csize; in abitset_and_or()
602 bitset_windex size = dst->b.csize; in abitset_and_or_cmp()
626 bitset_windex size = dst->b.csize; in abitset_andn_or()
642 bitset_windex size = dst->b.csize; in abitset_andn_or_cmp()
666 bitset_windex size = dst->b.csize; in abitset_or_and()
682 bitset_windex size = dst->b.csize; in abitset_or_and_cmp()
825 bset->b.csize = size; in abitset_init()