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

  /external/bison/lib/
lbitset.c 1039 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1057 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX;
1060 while (selt1 || selt2)
1067 stmp1 = selt1;
1069 selt1 = selt1->next;
1070 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX;
1077 stmp1 = selt1;
1197 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1229 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1258 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1283 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
    [all...]
ebitset.c 1060 ebitset_elt *selt1; local
1064 selt1 = j < ssize1 ? selts1[j] : 0;
1068 if (!selt1 && !selt2)
1078 if (!selt1)
1079 selt1 = &ebitset_zero_elts[0];
1087 srcp1 = EBITSET_WORDS (selt1);

Completed in 438 milliseconds