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

/external/bison/lib/
H A Dvbitset.c46 #define VBITSET_WORDS(X) ((X)->b.cdata) macro
85 VBITSET_WORDS (src)
86 = realloc (VBITSET_WORDS (src), size * sizeof (bitset_word));
90 memset (VBITSET_WORDS (src) + oldsize, 0,
100 VBITSET_WORDS (src)
101 = realloc (VBITSET_WORDS (src), newsize * sizeof (bitset_word));
174 bitset_word *srcp = VBITSET_WORDS (src);
236 bitset_word *srcp = VBITSET_WORDS (src);
336 VBITSET_WORDS (dst)[VBITSET_SIZE (dst) - 1] &=
344 bitset_word *dstp = VBITSET_WORDS (ds
[all...]

Completed in 62 milliseconds