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

  /external/bison/lib/
lbitset.c 1043 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1061 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX;
1064 while (selt1 || selt2)
1071 stmp1 = selt1;
1073 selt1 = selt1->next;
1074 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX;
1081 stmp1 = selt1;
1201 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1233 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1262 lbitset_elt *selt1 = LBITSET_HEAD (src1); local
1287 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 25 milliseconds