Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 6 of 6) 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/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/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.c840 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1851 YYSIZE_T yystacksize; in yyparse() local
1876 yystacksize = YYINITDEPTH; in yyparse()
1897 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1917 &yystacksize); in yyparse()
1927 if (YYMAXDEPTH <= yystacksize) in yyparse()
1929 yystacksize *= 2; in yyparse()
1930 if (YYMAXDEPTH < yystacksize) in yyparse()
1931 yystacksize = YYMAXDEPTH; in yyparse()
1936 (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 …]