Lines Matching full:n_bits
123 ebitset_resize (bitset src, bitset_bindex n_bits)
128 if (n_bits == BITSET_NBITS_ (src))
129 return n_bits;
132 newsize = EBITSET_N_ELTS (n_bits);
174 BITSET_NBITS_ (src) = n_bits;
175 return n_bits;
569 bitset_bindex n_bits;
585 n_bits = size * EBITSET_ELT_BITS;
588 if (rbitno >= n_bits)
593 bitno = n_bits - (rbitno + 1);
629 *next = n_bits - (boffset + bcount);
646 *next = n_bits - (boffset + 1);
839 bitset_bindex n_bits;
841 n_bits = BITSET_NBITS_ (dst);
842 last_bit = n_bits % EBITSET_ELT_BITS;
852 eindex = n_bits / EBITSET_ELT_BITS;
861 windex = n_bits / BITSET_WORD_BITS;
1327 ebitset_bytes (bitset_bindex n_bits ATTRIBUTE_UNUSED)
1336 ebitset_init (bitset bset, bitset_bindex n_bits)
1346 ebitset_resize (bset, n_bits);