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

/external/bison/lib/
H A Dbitset.h92 bitset_bindex list[BITSET_LIST_SIZE];
315 for (ITER.next = (MIN), ITER.num = BITSET_LIST_SIZE; \
316 (ITER.num == BITSET_LIST_SIZE) \
318 BITSET_LIST_SIZE, &ITER.next));) \
337 for (ITER.next = (MIN), ITER.num = BITSET_LIST_SIZE; \
338 (ITER.num == BITSET_LIST_SIZE) \
340 BITSET_LIST_SIZE, &ITER.next));) \
H A Dbitset.c367 bitset_bindex list[BITSET_LIST_SIZE];
377 for (count = 0; (num = bitset_list (src, list, BITSET_LIST_SIZE, &next));
H A Dbbitset.h76 #define BITSET_LIST_SIZE 1024 macro

Completed in 14 milliseconds