Home | History | Annotate | Download | only in lib

Lines Matching refs:bset

45 /* Find list of up to NUM bits set in BSET starting from and including
137 /* Find list of up to NUM bits set in BSET in reverse order, starting
198 /* Find list of up to NUM bits set in BSET starting from and including
809 abitset_init (bitset bset, bitset_bindex n_bits)
814 BITSET_NBITS_ (bset) = n_bits;
820 bset->b.vtable = &abitset_small_vtable;
822 bset->b.vtable = &abitset_vtable;
824 bset->b.cindex = 0;
825 bset->b.csize = size;
826 bset->b.cdata = ABITSET_WORDS (bset);
827 return bset;