HomeSort by relevance Sort by last modified time
    Searched refs:yyx (Results 1 - 4 of 4) 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.27/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...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 1436 Swizzle4<Vector4, 0x05> yyx; member in union:sw::XYZW::__anon35659
    [all...]

Completed in 72 milliseconds