Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c428 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
790 &yystacksize); in yyparse()
796 &yystacksize); in yyparse()
806 if (yystacksize >= YYMAXDEPTH) in yyparse()
808 yystacksize *= 2; in yyparse()
809 if (yystacksize > YYMAXDEPTH) in yyparse()
810 yystacksize = YYMAXDEPTH; in yyparse()
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/iproute2/tc/
Demp_ematch.yacc.c387 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1123 YYSIZE_T yystacksize; in yyparse() local
1150 yystacksize = YYINITDEPTH; in yyparse()
1172 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1194 &yystacksize); in yyparse()
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1207 yystacksize *= 2; in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
1214 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp424 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1130 YYSIZE_T yystacksize; in yyparse() local
1155 yystacksize = YYINITDEPTH; in yyparse()
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1196 &yystacksize); in yyparse()
1206 if (YYMAXDEPTH <= yystacksize) in yyparse()
1208 yystacksize *= 2; in yyparse()
1209 if (YYMAXDEPTH < yystacksize) in yyparse()
1210 yystacksize = YYMAXDEPTH; in yyparse()
1215 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/one-true-awk/
Dytab.c549 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2336 YYSIZE_T yystacksize; in yyparse() local
2361 yystacksize = YYINITDEPTH; in yyparse()
2382 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2402 &yystacksize); in yyparse()
2412 if (YYMAXDEPTH <= yystacksize) in yyparse()
2414 yystacksize *= 2; in yyparse()
2415 if (YYMAXDEPTH < yystacksize) in yyparse()
2416 yystacksize = YYMAXDEPTH; in yyparse()
2421 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c545 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1784 YYSIZE_T yystacksize; in yyparse() local
1809 yystacksize = YYINITDEPTH; in yyparse()
1830 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1850 &yystacksize); in yyparse()
1860 if (YYMAXDEPTH <= yystacksize) in yyparse()
1862 yystacksize *= 2; in yyparse()
1863 if (YYMAXDEPTH < yystacksize) in yyparse()
1864 yystacksize = YYMAXDEPTH; in yyparse()
1869 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/libpcap/
Dgrammar.c857 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1868 YYSIZE_T yystacksize; in yyparse() local
1893 yystacksize = YYINITDEPTH; in yyparse()
1914 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1934 &yystacksize); in yyparse()
1944 if (YYMAXDEPTH <= yystacksize) in yyparse()
1946 yystacksize *= 2; in yyparse()
1947 if (YYMAXDEPTH < yystacksize) in yyparse()
1948 yystacksize = YYMAXDEPTH; in yyparse()
1953 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp609 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2149 YYSIZE_T yystacksize; in yyparse() local
2176 yystacksize = YYINITDEPTH; in yyparse()
2198 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2220 &yystacksize); in yyparse()
2231 if (YYMAXDEPTH <= yystacksize) in yyparse()
2233 yystacksize *= 2; in yyparse()
2234 if (YYMAXDEPTH < yystacksize) in yyparse()
2235 yystacksize = YYMAXDEPTH; in yyparse()
2240 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped359 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1224 YYSIZE_T yystacksize = YYINITDEPTH;
1264 if (yyss + yystacksize - 1 <= yyssp)
1286 &yystacksize);
1296 if (YYMAXDEPTH <= yystacksize)
1298 yystacksize *= 2;
1299 if (YYMAXDEPTH < yystacksize)
1300 yystacksize = YYMAXDEPTH;
1305 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1323 (unsigned long int) yystacksize));
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp815 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
3924 YYSIZE_T yystacksize; in yyparse() local
3949 yystacksize = YYINITDEPTH; in yyparse()
3970 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
3990 &yystacksize); in yyparse()
4000 if (YYMAXDEPTH <= yystacksize) in yyparse()
4002 yystacksize *= 2; in yyparse()
4003 if (YYMAXDEPTH < yystacksize) in yyparse()
4004 yystacksize = YYMAXDEPTH; in yyparse()
4009 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]