Searched refs:src2p (Results 1 – 2 of 2) sorted by relevance
506 bitset_word *src2p; in vbitset_and() local519 src2p = VBITSET_WORDS (src2); in vbitset_and()522 *dstp++ = *src1p++ & *src2p++; in vbitset_and()534 bitset_word *src2p; in vbitset_and_cmp() local547 src2p = VBITSET_WORDS (src2); in vbitset_and_cmp()551 bitset_word tmp = *src1p++ & *src2p++; in vbitset_and_cmp()562 src1p = src2p; in vbitset_and_cmp()586 bitset_word *src2p; in vbitset_andn() local599 src2p = VBITSET_WORDS (src2); in vbitset_andn()602 *dstp++ = *src1p++ & ~(*src2p++); in vbitset_andn()[all …]
431 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_and() local436 *dstp++ = *src1p++ & *src2p++; in abitset_and()446 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_and_cmp() local452 bitset_word tmp = *src1p++ & *src2p++; in abitset_and_cmp()469 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_andn() local474 *dstp++ = *src1p++ & ~(*src2p++); in abitset_andn()484 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_andn_cmp() local490 bitset_word tmp = *src1p++ & ~(*src2p++); in abitset_andn_cmp()507 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_or() local512 *dstp++ = *src1p++ | *src2p++; in abitset_or()[all …]