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

/external/bison/lib/
H A Dlbitset.c48 #define LBITSET_ELT_WORDS 2 macro
56 ((unsigned int) (LBITSET_ELT_WORDS * LBITSET_WORD_BITS))
65 bitset_word words[LBITSET_ELT_WORDS]; /* Bits that are set. */
246 for (i = 0; i < LBITSET_ELT_WORDS; i++)
312 bset->b.csize = LBITSET_ELT_WORDS;
347 elt->next && (elt->index + LBITSET_ELT_WORDS - 1) < windex;
354 if (elt && (windex - elt->index) < LBITSET_ELT_WORDS)
357 bset->b.csize = LBITSET_ELT_WORDS;
372 windex -= windex % LBITSET_ELT_WORDS;
435 for (j = 0; j < LBITSET_ELT_WORDS;
[all...]

Completed in 10 milliseconds