Searched refs:BITSET_LIST_SIZE (Results 1 – 3 of 3) sorted by relevance
93 bitset_bindex list[BITSET_LIST_SIZE];316 for (ITER.next = (MIN), ITER.num = BITSET_LIST_SIZE; \317 (ITER.num == BITSET_LIST_SIZE) \319 BITSET_LIST_SIZE, &ITER.next));) \338 for (ITER.next = (MIN), ITER.num = BITSET_LIST_SIZE; \339 (ITER.num == BITSET_LIST_SIZE) \341 BITSET_LIST_SIZE, &ITER.next));) \
367 bitset_bindex list[BITSET_LIST_SIZE]; in bitset_count_()377 for (count = 0; (num = bitset_list (src, list, BITSET_LIST_SIZE, &next)); in bitset_count_()
78 #define BITSET_LIST_SIZE 1024 macro