OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selt2
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
lbitset.c
1040
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
...]
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 26 milliseconds