Home
last modified time | relevance | path

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

/external/bison/lib/
Dvbitset.c505 bitset_word *src1p; in vbitset_and() local
518 src1p = VBITSET_WORDS (src1); in vbitset_and()
522 *dstp++ = *src1p++ & *src2p++; in vbitset_and()
533 bitset_word *src1p; in vbitset_and_cmp() local
546 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() local
598 src1p = VBITSET_WORDS (src1); in vbitset_andn()
602 *dstp++ = *src1p++ & ~(*src2p++); in vbitset_andn()
[all …]
Dabitset.c430 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and() local
436 *dstp++ = *src1p++ & *src2p++; in abitset_and()
445 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_and_cmp() local
452 bitset_word tmp = *src1p++ & *src2p++; in abitset_and_cmp()
468 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn() local
474 *dstp++ = *src1p++ & ~(*src2p++); in abitset_andn()
483 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_andn_cmp() local
490 bitset_word tmp = *src1p++ & ~(*src2p++); in abitset_andn_cmp()
506 bitset_word *src1p = ABITSET_WORDS (src1); in abitset_or() local
512 *dstp++ = *src1p++ | *src2p++; in abitset_or()
[all …]