Lines Matching refs:VBITSET_WORDS
46 #define VBITSET_WORDS(X) ((X)->b.cdata) macro
85 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()
357 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_zero()
370 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_empty_p()
393 srcp = VBITSET_WORDS (src); in vbitset_copy1()
394 dstp = VBITSET_WORDS (dst); in vbitset_copy1()
416 srcp = VBITSET_WORDS (src); in vbitset_not()
417 dstp = VBITSET_WORDS (dst); in vbitset_not()
434 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_equal_p()
435 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_equal_p()
464 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_subset_p()
465 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_subset_p()
488 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_disjoint_p()
489 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_disjoint_p()
517 dstp = VBITSET_WORDS (dst); in vbitset_and()
518 src1p = VBITSET_WORDS (src1); in vbitset_and()
519 src2p = VBITSET_WORDS (src2); in vbitset_and()
545 dstp = VBITSET_WORDS (dst); in vbitset_and_cmp()
546 src1p = VBITSET_WORDS (src1); in vbitset_and_cmp()
547 src2p = VBITSET_WORDS (src2); in vbitset_and_cmp()
597 dstp = VBITSET_WORDS (dst); in vbitset_andn()
598 src1p = VBITSET_WORDS (src1); in vbitset_andn()
599 src2p = VBITSET_WORDS (src2); in vbitset_andn()
638 dstp = VBITSET_WORDS (dst); in vbitset_andn_cmp()
639 src1p = VBITSET_WORDS (src1); in vbitset_andn_cmp()
640 src2p = VBITSET_WORDS (src2); in vbitset_andn_cmp()
702 dstp = VBITSET_WORDS (dst); in vbitset_or()
703 src1p = VBITSET_WORDS (src1); in vbitset_or()
704 src2p = VBITSET_WORDS (src2); in vbitset_or()
739 dstp = VBITSET_WORDS (dst); in vbitset_or_cmp()
740 src1p = VBITSET_WORDS (src1); in vbitset_or_cmp()
741 src2p = VBITSET_WORDS (src2); in vbitset_or_cmp()
793 dstp = VBITSET_WORDS (dst); in vbitset_xor()
794 src1p = VBITSET_WORDS (src1); in vbitset_xor()
795 src2p = VBITSET_WORDS (src2); in vbitset_xor()
830 dstp = VBITSET_WORDS (dst); in vbitset_xor_cmp()
831 src1p = VBITSET_WORDS (src1); in vbitset_xor_cmp()
832 src2p = VBITSET_WORDS (src2); in vbitset_xor_cmp()
890 src1p = VBITSET_WORDS (src1); in vbitset_and_or()
891 src2p = VBITSET_WORDS (src2); in vbitset_and_or()
892 src3p = VBITSET_WORDS (src3); in vbitset_and_or()
893 dstp = VBITSET_WORDS (dst); in vbitset_and_or()
918 src1p = VBITSET_WORDS (src1); in vbitset_and_or_cmp()
919 src2p = VBITSET_WORDS (src2); in vbitset_and_or_cmp()
920 src3p = VBITSET_WORDS (src3); in vbitset_and_or_cmp()
921 dstp = VBITSET_WORDS (dst); in vbitset_and_or_cmp()
957 src1p = VBITSET_WORDS (src1); in vbitset_andn_or()
958 src2p = VBITSET_WORDS (src2); in vbitset_andn_or()
959 src3p = VBITSET_WORDS (src3); in vbitset_andn_or()
960 dstp = VBITSET_WORDS (dst); in vbitset_andn_or()
985 src1p = VBITSET_WORDS (src1); in vbitset_andn_or_cmp()
986 src2p = VBITSET_WORDS (src2); in vbitset_andn_or_cmp()
987 src3p = VBITSET_WORDS (src3); in vbitset_andn_or_cmp()
988 dstp = VBITSET_WORDS (dst); in vbitset_andn_or_cmp()
1024 src1p = VBITSET_WORDS (src1); in vbitset_or_and()
1025 src2p = VBITSET_WORDS (src2); in vbitset_or_and()
1026 src3p = VBITSET_WORDS (src3); in vbitset_or_and()
1027 dstp = VBITSET_WORDS (dst); in vbitset_or_and()
1052 src1p = VBITSET_WORDS (src1); in vbitset_or_and_cmp()
1053 src2p = VBITSET_WORDS (src2); in vbitset_or_and_cmp()
1054 src3p = VBITSET_WORDS (src3); in vbitset_or_and_cmp()
1055 dstp = VBITSET_WORDS (dst); in vbitset_or_and_cmp()