Home
last modified time | relevance | path

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

/external/bison/lib/
Dlbitset.c49 #define LBITSET_ELT_WORDS 2 macro
57 ((unsigned int) (LBITSET_ELT_WORDS * LBITSET_WORD_BITS))
66 bitset_word words[LBITSET_ELT_WORDS]; /* Bits that are set. */
247 for (i = 0; i < LBITSET_ELT_WORDS; i++) in lbitset_elt_zero_p()
313 bset->b.csize = LBITSET_ELT_WORDS; in lbitset_elt_link()
348 elt->next && (elt->index + LBITSET_ELT_WORDS - 1) < windex; in lbitset_elt_find()
355 if (windex - elt->index < LBITSET_ELT_WORDS) in lbitset_elt_find()
358 bset->b.csize = LBITSET_ELT_WORDS; in lbitset_elt_find()
373 windex -= windex % LBITSET_ELT_WORDS; in lbitset_elt_find()
436 for (j = 0; j < LBITSET_ELT_WORDS; j++) in lbitset_equal_p()
[all …]