Home
last modified time | relevance | path

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

/external/bison/lib/
Dvbitset.c506 bitset_word *src2p; in vbitset_and() local
519 src2p = VBITSET_WORDS (src2); in vbitset_and()
522 *dstp++ = *src1p++ & *src2p++; in vbitset_and()
534 bitset_word *src2p; in vbitset_and_cmp() local
547 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() local
599 src2p = VBITSET_WORDS (src2); in vbitset_andn()
602 *dstp++ = *src1p++ & ~(*src2p++); in vbitset_andn()
[all …]
Dabitset.c431 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_and() local
436 *dstp++ = *src1p++ & *src2p++; in abitset_and()
446 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_and_cmp() local
452 bitset_word tmp = *src1p++ & *src2p++; in abitset_and_cmp()
469 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_andn() local
474 *dstp++ = *src1p++ & ~(*src2p++); in abitset_andn()
484 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_andn_cmp() local
490 bitset_word tmp = *src1p++ & ~(*src2p++); in abitset_andn_cmp()
507 bitset_word *src2p = ABITSET_WORDS (src2); in abitset_or() local
512 *dstp++ = *src1p++ | *src2p++; in abitset_or()
[all …]