Home
last modified time | relevance | path

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

/external/bison/lib/
Debitset.c1039 bitset_word *srcp2; in ebitset_op3_cmp() local
1088 srcp2 = EBITSET_WORDS (selt2); 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.c1049 bitset_word *srcp2; in lbitset_op3_cmp() local
1111 srcp2 = stmp2->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()