/external/e2fsprogs/intl/ |
D | plural.c | 426 YYCOPY (&yyptr->Stack, Stack, yysize); \ 770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() local 787 &yyss1, yysize * sizeof (*yyssp), in yyparse() 788 &yyvs1, yysize * sizeof (*yyvsp), in yyparse() 789 &yyls1, yysize * sizeof (*yylsp), in yyparse() 794 &yyss1, yysize * sizeof (*yyssp), in yyparse() 795 &yyvs1, yysize * sizeof (*yyvsp), in yyparse() 830 yyssp = yyss + yysize - 1; in yyparse() 831 yyvsp = yyvs + yysize - 1; in yyparse() 833 yylsp = yyls + yysize - 1; in yyparse() [all …]
|
/external/bison/data/ |
D | glr.c | 710 size_t yysize, yycapacity; 1071 yyset->yysize = 1; 1096 yyinitGLRStack (yyGLRStack* yystackp, size_t yysize) 1100 yystackp->yyspaceLeft = yysize; 1102 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]); 1128 size_t yysize = yystackp->yynextFree - yystackp->yyitems; 1129 if (YYMAXDEPTH - YYHEADROOM < yysize) 1131 yynewSize = 2*yysize; 1137 for (yyp0 = yystackp->yyitems, yyp1 = yynewItems, yyn = yysize; 1167 for (yyn = 0; yyn < yystackp->yytops.yysize; yyn += 1) [all …]
|
D | yacc.c | 574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1097 YYSIZE_T yysize = yyesp - *yyes + 1; 1098 if (yylen < yysize) 1105 yylen -= yysize; 1249 YYSIZE_T yysize = yysize0; 1326 yysize = yysize0; 1331 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); 1332 if (! (yysize <= yysize1 1335 yysize = yysize1; 1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 399 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 922 YYSIZE_T yysize = yysize0; in yysyntax_error() local 977 yysize = yysize0; in yysyntax_error() 982 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() 983 if (! (yysize <= yysize1 in yysyntax_error() 986 yysize = yysize1; in yysyntax_error() 1008 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1009 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1011 yysize = yysize1; in yysyntax_error() 1014 if (*yymsg_alloc < yysize) in yysyntax_error() [all …]
|
/external/bison/src/ |
D | parse-gram.c | 558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1526 YYSIZE_T yysize = yyesp - *yyes + 1; in yy_lac() local 1527 if (yylen < yysize) in yy_lac() 1534 yylen -= yysize; in yy_lac() 1693 YYSIZE_T yysize = yysize0; in yysyntax_error() local 1751 yysize = yysize0; in yysyntax_error() 1755 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error() 1756 if (! (yysize <= yysize1 in yysyntax_error() 1759 yysize = yysize1; in yysyntax_error() 1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() [all …]
|
/external/libpcap/ |
D | grammar.c | 851 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1676 YYSIZE_T yysize = yysize0; in yysyntax_error() local 1731 yysize = yysize0; in yysyntax_error() 1736 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() 1737 if (! (yysize <= yysize1 in yysyntax_error() 1740 yysize = yysize1; in yysyntax_error() 1762 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 1763 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 1765 yysize = yysize1; in yysyntax_error() 1768 if (*yymsg_alloc < yysize) in yysyntax_error() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1943 YYSIZE_T yysize = yysize0; in yysyntax_error() local 1998 yysize = yysize0; in yysyntax_error() 2003 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); in yysyntax_error() 2004 if (! (yysize <= yysize1 in yysyntax_error() 2007 yysize = yysize1; in yysyntax_error() 2029 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error() 2030 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error() 2032 yysize = yysize1; in yysyntax_error() 2035 if (*yymsg_alloc < yysize) in yysyntax_error() [all …]
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 357 YYCOPY (&yyptr->Stack, Stack, yysize); \ 1267 YYSIZE_T yysize = yyssp - yyss + 1; 1283 &yyss1, yysize * sizeof (*yyssp), 1284 &yyvs1, yysize * sizeof (*yyvsp), 1318 yyssp = yyss + yysize - 1; 1319 yyvsp = yyvs + yysize - 1; 1876 YYSIZE_T yysize = yysize0; 1922 yysize = yysize0; 1927 yysize1 = yysize + yytnamerr (0, yytname[yyx]); 1928 yysize_overflow |= yysize1 < yysize; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 137077 int yysize; /* Amount to pop the stack */ 137082 yysize = yyRuleInfo[yyruleno].nrhs; 137084 yyRuleName[yyruleno], yymsp[-yysize].stateno); 138355 yysize = yyRuleInfo[yyruleno].nrhs; 138356 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); 138361 yymsp -= yysize-1; 138368 yypParser->yytos -= yysize;
|
/external/sqlite/dist/ |
D | sqlite3.c | 137077 int yysize; /* Amount to pop the stack */ 137082 yysize = yyRuleInfo[yyruleno].nrhs; 137084 yyRuleName[yyruleno], yymsp[-yysize].stateno); 138355 yysize = yyRuleInfo[yyruleno].nrhs; 138356 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); 138361 yymsp -= yysize-1; 138368 yypParser->yytos -= yysize;
|
/external/bison/ |
D | ChangeLog-2012 | 16082 (yyreportParseError): Use size_t for yysize.
|