OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yyx
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/intl/
plural.c
1138
int
yyx
, yycount;
local
1141
/* Start
YYX
at -YYN if negative to avoid negative indexes in
1143
for (
yyx
= yyn < 0 ? -yyn : 0;
1144
yyx
< (int) (sizeof (yytname) / sizeof (char *));
yyx
++)
1145
if (yycheck[
yyx
+ yyn] ==
yyx
)
1146
yysize += yystrlen (yytname[
yyx
]) + 15, yycount++;
1158
for (
yyx
= yyn < 0 ? -yyn : 0;
1159
yyx
< (int) (sizeof (yytname) / sizeof (char *))
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
plural.c
1165
int
yyx
, yycount;
1168
/* Start
YYX
at -YYN if negative to avoid negative indexes in
1170
for (
yyx
= yyn < 0 ? -yyn : 0;
1171
yyx
< (int) (sizeof (yytname) / sizeof (char *));
yyx
++)
1172
if (yycheck[
yyx
+ yyn] ==
yyx
)
1173
yysize += yystrlen (yytname[
yyx
]) + 15, yycount++;
1185
for (
yyx
= yyn < 0 ? -yyn : 0;
1186
yyx
< (int) (sizeof (yytname) / sizeof (char *))
1162
int
yyx
, yycount;
local
[
all
...]
/external/toybox/kconfig/
zconf.tab.c_shipped
390
#define YYTRANSLATE(
YYX
) \
391
((unsigned int) (
YYX
) <= YYMAXUTOK ? yytranslate[
YYX
] : YYUNDEFTOK)
[
all
...]
Completed in 2242 milliseconds