Searched defs:selt2 (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dlbitset.c1040 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1058 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX;
1060 while (selt1 || selt2)
1068 stmp2 = selt2;
1071 selt2 = selt2->next;
1072 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX;
1086 stmp2 = selt2;
1198 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1230 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1259 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1284 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
[all...]
H A Debitset.c1061 ebitset_elt *selt2; local
1065 selt2 = j < ssize2 ? selts2[j] : 0;
1068 if (!selt1 && !selt2)
1080 if (!selt2)
1081 selt2 = &ebitset_zero_elts[0];
1088 srcp2 = EBITSET_WORDS (selt2);

Completed in 1410 milliseconds