Lines Matching defs:next
224 /* Find next bit set in SRC starting from and including BITNO.
230 bitset_bindex next = bitno;
232 if (!bitset_list (src, &val, 1, &next))
252 bitset_bindex next = bitno;
254 if (!bitset_list_reverse (src, &val, 1, &next))
281 bitset_bindex next = 0;
283 if (bitset_list (src, val, 2, &next) != 1)
368 bitset_bindex next;
376 next = 0;
377 for (count = 0; (num = bitset_list (src, list, BITSET_LIST_SIZE, &next));