Searched refs:src1p (Results 1 – 2 of 2) sorted by relevance
505 bitset_word *src1p; in vbitset_and() local518 src1p = VBITSET_WORDS (src1); in vbitset_and()522 *dstp++ = *src1p++ & *src2p++; in vbitset_and()533 bitset_word *src1p; in vbitset_and_cmp() local546 src1p = VBITSET_WORDS (src1); in vbitset_and_cmp()551 bitset_word tmp = *src1p++ & *src2p++; in vbitset_and_cmp()562 src1p = src2p; in vbitset_and_cmp()585 bitset_word *src1p; in vbitset_andn() local598 src1p = VBITSET_WORDS (src1); in vbitset_andn()602 *dstp++ = *src1p++ & ~(*src2p++); in vbitset_andn()[all …]
430 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and() local436 *dstp++ = *src1p++ & *src2p++; in abitset_and()445 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and_cmp() local452 bitset_word tmp = *src1p++ & *src2p++; in abitset_and_cmp()468 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn() local474 *dstp++ = *src1p++ & ~(*src2p++); in abitset_andn()483 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn_cmp() local490 bitset_word tmp = *src1p++ & ~(*src2p++); in abitset_andn_cmp()506 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_or() local512 *dstp++ = *src1p++ | *src2p++; in abitset_or()[all …]