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

  /system/core/sh/
arith.c 322 #define YYTRANSLATE(YYX) \
323 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1318 int yyx; local
    [all...]
  /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...]

Completed in 111 milliseconds