/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 597 yystate = *yyssp; \ 775 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) in yy_reduce_print() argument 787 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 797 yy_reduce_print (yyssp, yyvsp, yylsp, Rule); \ 924 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 962 int yyn = yypact[*yyssp]; in yysyntax_error() 1108 yytype_int16 *yyssp; in yyparse() local 1141 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse() 1147 yyssp = yyss = yyssa; in yyparse() 1167 yyssp++; in yyparse() [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 682 yystate = *yyssp; \ 793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, Context *context) in yy_reduce_print() argument 805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 815 yy_reduce_print (yyssp, yyvsp, Rule, context); \ 942 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 980 int yyn = yypact[*yyssp]; in yysyntax_error() 1123 yytype_int16 *yyssp; in yyparse() local 1147 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1153 yyssp = yyss = yyssa; in yyparse() 1171 yyssp++; in yyparse() [all …]
|
/external/e2fsprogs/intl/ |
D | plural.c | 702 register short *yyssp; in yyparse() local 717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse() 719 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse() 748 yyssp = yyss; in yyparse() 762 yyssp++; in yyparse() 765 *yyssp = yystate; in yyparse() 767 if (yyssp >= yyss + yystacksize - 1) in yyparse() 770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() 787 &yyss1, yysize * sizeof (*yyssp), in yyparse() 794 &yyss1, yysize * sizeof (*yyssp), in yyparse() [all …]
|
/external/one-true-awk/ |
D | ytab.c | 1894 yystate = *yyssp; \ 2004 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) in yy_reduce_print() argument 2016 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 2026 yy_reduce_print (yyssp, yyvsp, Rule); \ 2153 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 2191 int yyn = yypact[*yyssp]; in yysyntax_error() 2329 yytype_int16 *yyssp; in yyparse() local 2353 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 2359 yyssp = yyss = yyssa; in yyparse() 2377 yyssp++; in yyparse() [all …]
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 1085 yystate = *yyssp; \ 1196 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, struct parser_param *param) in yy_reduce_print() argument 1208 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 1218 yy_reduce_print (yyssp, yyvsp, Rule, param); \ 1345 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1383 int yyn = yypact[*yyssp]; in yysyntax_error() 1777 yytype_int16 *yyssp; in yyparse() local 1801 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1807 yyssp = yyss = yyssa; in yyparse() 1825 yyssp++; in yyparse() [all …]
|
/external/libpcap/ |
D | grammar.c | 1418 yystate = *yyssp; \ 1530 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t… in yy_reduce_print() argument 1542 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 1552 yy_reduce_print (yyssp, yyvsp, Rule, yyscanner, cstate); \ 1679 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1717 int yyn = yypact[*yyssp]; in yysyntax_error() 1861 yytype_int16 *yyssp; in yyparse() local 1885 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1891 yyssp = yyss = yyssa; in yyparse() 1909 yyssp++; in yyparse() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 1613 yystate = *yyssp; \ 1793 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, TParseContext* co… in yy_reduce_print() argument 1805 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 1815 yy_reduce_print (yyssp, yyvsp, yylsp, Rule, context, yyscanner); \ 1942 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1980 int yyn = yypact[*yyssp]; in yysyntax_error() 2134 yytype_int16 *yyssp; in yyparse() local 2167 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse() 2173 yyssp = yyss = yyssa; in yyparse() 2193 yyssp++; in yyparse() [all …]
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1213 short int *yyssp; 1222 #define YYPOPSTACK (yyvsp--, yyssp--) 1247 yyssp = yyss; 1259 yyssp++; 1262 *yyssp = yystate; 1264 if (yyss + yystacksize - 1 <= yyssp) 1267 YYSIZE_T yysize = yyssp - yyss + 1; 1283 &yyss1, yysize * sizeof (*yyssp), 1318 yyssp = yyss + yysize - 1; 1325 if (yyss + yystacksize - 1 <= yyssp) [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 3476 yystate = *yyssp; \ 3587 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, glslang::TParseContext* pParseCon… in yy_reduce_print() argument 3599 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 3609 yy_reduce_print (yyssp, yyvsp, Rule, pParseContext); \ 3736 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 3774 int yyn = yypact[*yyssp]; in yysyntax_error() 3917 yytype_int16 *yyssp; in yyparse() local 3941 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 3947 yyssp = yyss = yyssa; in yyparse() 3965 yyssp++; in yyparse() [all …]
|