Lines Matching refs:src3p
877 bitset_word *src3p;
892 src3p = VBITSET_WORDS (src3);
897 *dstp++ = (*src1p++ & *src2p++) | *src3p++;
908 bitset_word *src3p;
920 src3p = VBITSET_WORDS (src3);
926 bitset_word tmp = (*src1p++ & *src2p++) | *src3p++;
944 bitset_word *src3p;
959 src3p = VBITSET_WORDS (src3);
964 *dstp++ = (*src1p++ & ~(*src2p++)) | *src3p++;
975 bitset_word *src3p;
987 src3p = VBITSET_WORDS (src3);
993 bitset_word tmp = (*src1p++ & ~(*src2p++)) | *src3p++;
1011 bitset_word *src3p;
1026 src3p = VBITSET_WORDS (src3);
1031 *dstp++ = (*src1p++ | *src2p++) & *src3p++;
1042 bitset_word *src3p;
1054 src3p = VBITSET_WORDS (src3);
1060 bitset_word tmp = (*src1p++ | *src2p++) & *src3p++;