HomeSort by relevance Sort by last modified time
    Searched refs:selt2 (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
lbitset.c 1044 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1062 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX;
1064 while (selt1 || selt2)
1072 stmp2 = selt2;
1075 selt2 = selt2->next;
1076 windex2 = (selt2) ? selt2->index : BITSET_WINDEX_MAX;
1090 stmp2 = selt2;
1202 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1234 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1263 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
1288 lbitset_elt *selt2 = LBITSET_HEAD (src2); local
    [all...]
ebitset.c 1061 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 183 milliseconds