Lines Matching refs:n_bits
56 vbitset_resize (bitset src, bitset_bindex n_bits) in vbitset_resize() argument
61 if (n_bits == BITSET_NBITS_ (src)) in vbitset_resize()
62 return n_bits; in vbitset_resize()
65 newsize = VBITSET_N_WORDS (n_bits); in vbitset_resize()
110 BITSET_NBITS_ (src) = n_bits; in vbitset_resize()
111 return n_bits; in vbitset_resize()
175 bitset_bindex n_bits = BITSET_SIZE_ (src); local
182 if (rbitno >= n_bits)
187 bitno = n_bits - (rbitno + 1);
205 *next = n_bits - (bitoff + bitcnt);
216 *next = n_bits - (bitoff + 1);
1121 vbitset_bytes (n_bits) in vbitset_bytes() argument
1122 bitset_bindex n_bits ATTRIBUTE_UNUSED; in vbitset_bytes()
1129 vbitset_init (bset, n_bits) in vbitset_init() argument
1131 bitset_bindex n_bits;
1138 vbitset_resize (bset, n_bits);