Home | History | Annotate | Download | only in lib

Lines Matching refs:bitset_bindex

39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits)
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type)
103 bitset_type_choose (bitset_bindex n_bits ATTRIBUTE_UNUSED, unsigned int attr)
134 bitset_alloc (bitset_bindex n_bits, enum bitset_type type)
154 bitset_bindex n_bits, enum bitset_type type)
171 bitset_create (bitset_bindex n_bits, unsigned int attr)
226 bitset_bindex
227 bitset_next (bitset src, bitset_bindex bitno)
229 bitset_bindex val;
230 bitset_bindex next = bitno;
248 bitset_bindex
249 bitset_prev (bitset src, bitset_bindex bitno)
251 bitset_bindex val;
252 bitset_bindex next = bitno;
261 bitset_bindex
269 bitset_bindex
278 bitset_only_set_p (bitset src, bitset_bindex bitno)
280 bitset_bindex val[2];
281 bitset_bindex next = 0;
294 bitset_bindex i;
338 bitset_toggle_ (bitset bset, bitset_bindex bitno)
356 bitset_bindex
364 bitset_bindex
367 bitset_bindex list[BITSET_LIST_SIZE];
368 bitset_bindex next;
369 bitset_bindex num;
370 bitset_bindex count;
391 bitset_bindex i;