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.c1052 bitset_word *srcp1; in lbitset_op3_cmp() local
1114 srcp1 = stmp1->words; in lbitset_op3_cmp()
1125 bitset_word tmp = *srcp1++ | *srcp2++; in lbitset_op3_cmp()
1138 bitset_word tmp = *srcp1++ & *srcp2++; in lbitset_op3_cmp()
1151 bitset_word tmp = *srcp1++ ^ *srcp2++; in lbitset_op3_cmp()
1164 bitset_word tmp = *srcp1++ & ~(*srcp2++); in lbitset_op3_cmp()