Home
last modified time | relevance | path

Searched refs:BITSET_LIST_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dbitset.h93 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));) \
Dbitset.c367 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_()
Dbbitset.h78 #define BITSET_LIST_SIZE 1024 macro