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/bison/data/
Dyacc.c258 YYSIZE_T yystacksize;]b4_lac_if([[
576 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1494 #define yystacksize yyps->yystacksize]b4_lac_if([[
1562 yystacksize = YYINITDEPTH;]b4_lac_if([[
1598 if (yyss + yystacksize - 1 <= yyssp)
1620 &yystacksize);
1631 if (YYMAXDEPTH <= yystacksize)
1633 yystacksize *= 2;
1634 if (YYMAXDEPTH < yystacksize)
1635 yystacksize = YYMAXDEPTH;
[all …]
/external/bison/src/
Dparse-gram.c560 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1951 YYSIZE_T yystacksize; local
1983 yystacksize = YYINITDEPTH;
2022 if (yyss + yystacksize - 1 <= yyssp)
2044 &yystacksize);
2055 if (YYMAXDEPTH <= yystacksize)
2057 yystacksize *= 2;
2058 if (YYMAXDEPTH < yystacksize)
2059 yystacksize = YYMAXDEPTH;
2064 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
[all …]
/external/libpcap/
Dgrammar.c853 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1856 YYSIZE_T yystacksize; in yyparse() local
1881 yystacksize = YYINITDEPTH; in yyparse()
1902 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1922 &yystacksize); in yyparse()
1932 if (YYMAXDEPTH <= yystacksize) in yyparse()
1934 yystacksize *= 2; in yyparse()
1935 if (YYMAXDEPTH < yystacksize) in yyparse()
1936 yystacksize = YYMAXDEPTH; in yyparse()
1941 (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/bison/
DChangeLog-20126155 yyss, yyvs, yyls, and yystacksize.
6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
6163 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
6196 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define