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

/external/bison/lib/
H A Debitset.c95 #define EBITSET_WORDS(ELT) ((ELT)->u.words) macro
115 (BSET)->b.cdata = EBITSET_WORDS (EBITSET_ELTS (BSET) [EINDEX]))
239 memset (EBITSET_WORDS (elt), 0, sizeof (EBITSET_WORDS (elt)));
287 if (EBITSET_WORDS (elt)[i])
312 if (EBITSET_WORDS (elt) == bset->b.cdata)
445 if (EBITSET_WORDS (selt)[i] != EBITSET_WORDS (delt)[i])
480 memcpy (EBITSET_WORDS (tmp), EBITSET_WORDS (sel
[all...]

Completed in 57 milliseconds