Home
last modified time | relevance | path

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

/external/bison/lib/
Dvbitset.c47 #define VBITSET_SIZE(X) ((X)->b.csize) macro
64 oldsize = VBITSET_SIZE (src); in vbitset_resize()
92 VBITSET_SIZE (src) = newsize; in vbitset_resize()
107 VBITSET_SIZE (src) = newsize; in vbitset_resize()
235 bitset_windex size = VBITSET_SIZE (src);
336 VBITSET_WORDS (dst)[VBITSET_SIZE (dst) - 1] &=
347 bytes = sizeof (bitset_word) * VBITSET_SIZE (dst); in vbitset_ones()
360 bytes = sizeof (bitset_word) * VBITSET_SIZE (dst); in vbitset_zero()
372 for (i = 0; i < VBITSET_SIZE (dst); i++) in vbitset_empty_p()
395 ssize = VBITSET_SIZE (src); in vbitset_copy1()
[all …]