Home
last modified time | relevance | path

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

/external/bison/lib/
Debitset.c1038 bitset_word *srcp1; in ebitset_op3_cmp() local
1087 srcp1 = EBITSET_WORDS (selt1); in ebitset_op3_cmp()
1098 bitset_word tmp = *srcp1++ | *srcp2++; in ebitset_op3_cmp()
1111 bitset_word tmp = *srcp1++ & *srcp2++; in ebitset_op3_cmp()
1124 bitset_word tmp = *srcp1++ ^ *srcp2++; in ebitset_op3_cmp()
1137 bitset_word tmp = *srcp1++ & ~(*srcp2++); in ebitset_op3_cmp()
Dlbitset.c1048 bitset_word *srcp1; in lbitset_op3_cmp() local
1110 srcp1 = stmp1->words; in lbitset_op3_cmp()
1121 bitset_word tmp = *srcp1++ | *srcp2++; in lbitset_op3_cmp()
1134 bitset_word tmp = *srcp1++ & *srcp2++; in lbitset_op3_cmp()
1147 bitset_word tmp = *srcp1++ ^ *srcp2++; in lbitset_op3_cmp()
1160 bitset_word tmp = *srcp1++ & ~(*srcp2++); in lbitset_op3_cmp()