HomeSort by: relevance | last modified time | path
    Searched defs:yyx (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 448 #define YYTRANSLATE(YYX) \
449 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
996 int yyx;
1018 /* Start YYX at -YYN if negative to avoid negative indexes in
1030 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1031 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
995 int yyx; local
    [all...]
dtparser.tab.c 465 #define YYTRANSLATE(YYX) \
466 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1078 int yyx;
1100 /* Start YYX at -YYN if negative to avoid negative indexes in
1112 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1113 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1077 int yyx; local
    [all...]
prparser.tab.c 467 #define YYTRANSLATE(YYX) \
468 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1081 int yyx;
1103 /* Start YYX at -YYN if negative to avoid negative indexes in
1115 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1116 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1080 int yyx; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 1143 int yyx, yycount;
1146 /* Start YYX at -YYN if negative to avoid negative indexes in
1148 for (yyx = yyn < 0 ? -yyn : 0;
1149 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1150 if (yycheck[yyx + yyn] == yyx)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1163 for (yyx = yyn < 0 ? -yyn : 0;
1164 yyx < (int) (sizeof (yytname) / sizeof (char *))
1140 int yyx, yycount; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.c 1344 int yyx, yycount;
1347 /* Start YYX at -YYN if negative to avoid negative indexes in
1349 for (yyx = yyn < 0 ? -yyn : 0;
1350 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1351 if (yycheck[yyx + yyn] == yyx)
1352 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1364 for (yyx = yyn < 0 ? -yyn : 0;
1365 yyx < (int) (sizeof (yytname) / sizeof (char *))
1341 int yyx, yycount; local
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural.c 1143 int yyx, yycount;
1146 /* Start YYX at -YYN if negative to avoid negative indexes in
1148 for (yyx = yyn < 0 ? -yyn : 0;
1149 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1150 if (yycheck[yyx + yyn] == yyx)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1163 for (yyx = yyn < 0 ? -yyn : 0;
1164 yyx < (int) (sizeof (yytname) / sizeof (char *))
1140 int yyx, yycount; local
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 1172 int yyx, yycount;
1175 /* Start YYX at -YYN if negative to avoid negative indexes in
1177 for (yyx = yyn < 0 ? -yyn : 0;
1178 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1179 if (yycheck[yyx + yyn] == yyx)
1180 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1192 for (yyx = yyn < 0 ? -yyn : 0;
1193 yyx < (int) (sizeof (yytname) / sizeof (char *))
1169 int yyx, yycount; local
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 407 #define YYTRANSLATE(YYX) \
408 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
2562 int yyx;
2584 /* Start YYX at -YYN if negative to avoid negative indexes in
2596 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
2597 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
2558 int yyx; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 581 #define YYTRANSLATE(YYX) \
582 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1233 int yyx;
1255 /* Start YYX at -YYN if negative to avoid negative indexes in
1267 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1268 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1232 int yyx; local
    [all...]

Completed in 32 milliseconds