Home
last modified time | relevance | path

Searched refs:yyi (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/dtc/
A Ddtc-parser.tab.c498 YYPTRDIFF_T yyi; \
499 for (yyi = 0; yyi < (Count); yyi++) \
500 (Dst)[yyi] = (Src)[yyi]; \
1010 int yyi; in yy_reduce_print() local
1014 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
1016 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1019 &yyvsp[(yyi + 1) - (yynrhs)], in yy_reduce_print()
1020 &(yylsp[(yyi + 1) - (yynrhs)])); in yy_reduce_print()
1919 const int yyi = yypgoto[yylhs] + *yyssp; in yyparse() local
1920 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse()
[all …]
/linux/scripts/kconfig/
A Dparser.tab.c521 YYPTRDIFF_T yyi; \
522 for (yyi = 0; yyi < (Count); yyi++) \
523 (Dst)[yyi] = (Src)[yyi]; \
989 int yyi; in yy_reduce_print() local
993 for (yyi = 0; yyi < yynrhs; yyi++) in yy_reduce_print()
995 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
997 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
998 &yyvsp[(yyi + 1) - (yynrhs)]); in yy_reduce_print()
1764 const int yyi = yypgoto[yylhs] + *yyssp; in yyparse() local
1765 yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp in yyparse()
[all …]

Completed in 11 milliseconds