HomeSort by relevance Sort by last modified time
    Searched refs:BITSET_LIST_SIZE (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
bitset.h 92 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));) \
bitset.c 367 bitset_bindex list[BITSET_LIST_SIZE];
377 for (count = 0; (num = bitset_list (src, list, BITSET_LIST_SIZE, &next));
bbitset.h 76 #define BITSET_LIST_SIZE 1024

Completed in 23 milliseconds