Home | History | Annotate | Download | only in lib

Lines Matching refs:n_bits

56 vbitset_resize (bitset src, bitset_bindex n_bits)
61 if (n_bits == BITSET_NBITS_ (src))
62 return n_bits;
65 newsize = VBITSET_N_WORDS (n_bits);
110 BITSET_NBITS_ (src) = n_bits;
111 return n_bits;
175 bitset_bindex n_bits = BITSET_SIZE_ (src);
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)
1122 bitset_bindex n_bits ATTRIBUTE_UNUSED;
1129 vbitset_init (bset, n_bits)
1131 bitset_bindex n_bits;
1138 vbitset_resize (bset, n_bits);