Home
last modified time | relevance | path

Searched refs:yysize (Results 1 – 20 of 20) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c426 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/
Dglr.c710 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 …]
Dyacc.c574 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c346 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
941 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1001 yysize = yysize0; in yysyntax_error()
1005 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1006 if (! (yysize <= yysize1 in yysyntax_error()
1009 yysize = yysize1; in yysyntax_error()
1029 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1030 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1032 yysize = yysize1; in yysyntax_error()
1034 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
Dparse-events-bison.c378 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1051 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1111 yysize = yysize0; in yysyntax_error()
1115 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1116 if (! (yysize <= yysize1 in yysyntax_error()
1119 yysize = yysize1; in yysyntax_error()
1139 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1140 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1142 yysize = yysize1; in yysyntax_error()
1144 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp403 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1022 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1081 yysize = yysize0; in yysyntax_error()
1086 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
1087 if (! (yysize <= yysize1 in yysyntax_error()
1090 yysize = yysize1; in yysyntax_error()
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1113 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1115 yysize = yysize1; in yysyntax_error()
1118 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/bison/src/
Dparse-gram.c558 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/chromium_org/third_party/sqlite/src/tool/
Dlempar.c561 int yysize; /* Amount to pop the stack */ in yy_reduce() local
602 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
603 yypParser->yyidx -= yysize; in yy_reduce()
604 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); in yy_reduce()
611 if( yysize ){ in yy_reduce()
613 yymsp -= yysize-1; in yy_reduce()
/external/chromium_org/third_party/sqlite/src/src/
Dlempar.c571 int yysize; /* Amount to pop the stack */ in yy_reduce() local
612 yysize = yyRuleInfo[yyruleno].nrhs; in yy_reduce()
613 yypParser->yyidx -= yysize; in yy_reduce()
614 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto); in yy_reduce()
621 if( yysize ){ in yy_reduce()
623 yymsp -= yysize-1; in yy_reduce()
/external/elfutils/0.153/src/
Dldscript.c459 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1188 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1248 yysize = yysize0; in yysyntax_error()
1252 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1253 if (! (yysize <= yysize1 in yysyntax_error()
1256 yysize = yysize1; in yysyntax_error()
1276 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1277 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1279 yysize = yysize1; in yysyntax_error()
1281 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/libpcap/
Dgrammar.c813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1802 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1862 yysize = yysize0; in yysyntax_error()
1866 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1867 if (! (yysize <= yysize1 in yysyntax_error()
1870 yysize = yysize1; in yysyntax_error()
1890 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1891 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1893 yysize = yysize1; in yysyntax_error()
1895 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c542 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1411 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1471 yysize = yysize0; in yysyntax_error()
1475 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1476 if (! (yysize <= yysize1 in yysyntax_error()
1479 yysize = yysize1; in yysyntax_error()
1499 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1500 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1502 yysize = yysize1; in yysyntax_error()
1504 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
Dglsl_parser.cc809 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
2516 YYSIZE_T yysize = yysize0; in yysyntax_error() local
2576 yysize = yysize0; in yysyntax_error()
2580 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
2581 if (! (yysize <= yysize1 in yysyntax_error()
2584 yysize = yysize1; in yysyntax_error()
2604 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2605 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2607 yysize = yysize1; in yysyntax_error()
2609 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/elfutils/0.153/libcpu/
Di386_parse.c563 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1180 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1240 yysize = yysize0; in yysyntax_error()
1244 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1245 if (! (yysize <= yysize1 in yysyntax_error()
1248 yysize = yysize1; in yysyntax_error()
1268 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1269 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1271 yysize = yysize1; in yysyntax_error()
1273 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c696 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1809 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1869 yysize = yysize0; in yysyntax_error()
1873 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1874 if (! (yysize <= yysize1 in yysyntax_error()
1877 yysize = yysize1; in yysyntax_error()
1897 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1898 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1900 yysize = yysize1; in yysyntax_error()
1902 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/chromium_org/third_party/angle/src/compiler/translator/
Dglslang_tab.cpp592 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
2069 YYSIZE_T yysize = yysize0; in yysyntax_error() local
2128 yysize = yysize0; in yysyntax_error()
2133 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
2134 if (! (yysize <= yysize1 in yysyntax_error()
2137 yysize = yysize1; in yysyntax_error()
2159 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2160 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
2162 yysize = yysize1; in yysyntax_error()
2165 if (*yymsg_alloc < yysize) in yysyntax_error()
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c104679 int yysize; /* Amount to pop the stack */
105818 yysize = yyRuleInfo[yyruleno].nrhs;
105819 yypParser->yyidx -= yysize;
105820 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
105827 if( yysize ){
105829 yymsp -= yysize-1;
/external/sqlite/dist/orig/
Dsqlite3.c119485 int yysize; /* Amount to pop the stack */
120734 yysize = yyRuleInfo[yyruleno].nrhs;
120735 yypParser->yyidx -= yysize;
120736 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
120743 if( yysize ){
120745 yymsp -= yysize-1;
/external/sqlite/dist/
Dsqlite3.c119505 int yysize; /* Amount to pop the stack */
120754 yysize = yyRuleInfo[yyruleno].nrhs;
120755 yypParser->yyidx -= yysize;
120756 yyact = yy_find_reduce_action(yymsp[-yysize].stateno,(YYCODETYPE)yygoto);
120763 if( yysize ){
120765 yymsp -= yysize-1;
/external/bison/
DChangeLog-201216082 (yyreportParseError): Use size_t for yysize.