Searched refs:src3p (Results 1 – 2 of 2) sorted by relevance
877 bitset_word *src3p; in vbitset_and_or() local892 src3p = VBITSET_WORDS (src3); in vbitset_and_or()897 *dstp++ = (*src1p++ & *src2p++) | *src3p++; in vbitset_and_or()908 bitset_word *src3p; in vbitset_and_or_cmp() local920 src3p = VBITSET_WORDS (src3); in vbitset_and_or_cmp()926 bitset_word tmp = (*src1p++ & *src2p++) | *src3p++; in vbitset_and_or_cmp()944 bitset_word *src3p; in vbitset_andn_or() local959 src3p = VBITSET_WORDS (src3); in vbitset_andn_or()964 *dstp++ = (*src1p++ & ~(*src2p++)) | *src3p++; in vbitset_andn_or()975 bitset_word *src3p; in vbitset_andn_or_cmp() local[all …]
584 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_and_or() local589 *dstp++ = (*src1p++ & *src2p++) | *src3p++; in abitset_and_or()600 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_and_or_cmp() local606 bitset_word tmp = (*src1p++ & *src2p++) | *src3p++; in abitset_and_or_cmp()624 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_andn_or() local629 *dstp++ = (*src1p++ & ~(*src2p++)) | *src3p++; in abitset_andn_or()640 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_andn_or_cmp() local646 bitset_word tmp = (*src1p++ & ~(*src2p++)) | *src3p++; in abitset_andn_or_cmp()664 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_or_and() local669 *dstp++ = (*src1p++ | *src2p++) & *src3p++; in abitset_or_and()[all …]