Searched refs:VBITSET_WORDS (Results 1 – 1 of 1) sorted by relevance
46 #define VBITSET_WORDS(X) ((X)->b.cdata) macro85 VBITSET_WORDS (src) in vbitset_resize()86 = realloc (VBITSET_WORDS (src), size * sizeof (bitset_word)); in vbitset_resize()90 memset (VBITSET_WORDS (src) + oldsize, 0, in vbitset_resize()100 VBITSET_WORDS (src) in vbitset_resize()101 = realloc (VBITSET_WORDS (src), newsize * sizeof (bitset_word)); in vbitset_resize()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 (dst); in vbitset_ones()[all …]