Home
last modified time | relevance | path

Searched refs:src3p (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dvbitset.c877 bitset_word *src3p; in vbitset_and_or() local
892 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() local
920 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() local
959 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 …]
Dabitset.c584 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_and_or() local
589 *dstp++ = (*src1p++ & *src2p++) | *src3p++; in abitset_and_or()
600 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_and_or_cmp() local
606 bitset_word tmp = (*src1p++ & *src2p++) | *src3p++; in abitset_and_or_cmp()
624 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_andn_or() local
629 *dstp++ = (*src1p++ & ~(*src2p++)) | *src3p++; in abitset_andn_or()
640 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_andn_or_cmp() local
646 bitset_word tmp = (*src1p++ & ~(*src2p++)) | *src3p++; in abitset_andn_or_cmp()
664 bitset_word *src3p = ABITSET_WORDS (src3); in abitset_or_and() local
669 *dstp++ = (*src1p++ | *src2p++) & *src3p++; in abitset_or_and()
[all …]