Home
last modified time | relevance | path

Searched refs:YYINITDEPTH (Results 1 – 15 of 15) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c541 #ifndef YYINITDEPTH
542 # define YYINITDEPTH 200 macro
700 short yyssa[YYINITDEPTH]; in yyparse()
705 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
711 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp807 #ifndef YYINITDEPTH
808 # define YYINITDEPTH 200 macro
1098 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1103 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1132 yystacksize = YYINITDEPTH; in yyparse()
/external/bison/data/
Dyacc.c241 yytype_int16 yyssa[YYINITDEPTH];
246 YYSTYPE yyvsa[YYINITDEPTH];
251 YYLTYPE yylsa[YYINITDEPTH];
895 #ifndef YYINITDEPTH
896 # define YYINITDEPTH ]b4_stack_depth_init[
1562 yystacksize = YYINITDEPTH;]b4_lac_if([[
Dglr.c542 #ifndef YYINITDEPTH
543 # define YYINITDEPTH ]b4_stack_depth_init[
2283 if (! yyinitGLRStack (yystackp, YYINITDEPTH))
/external/bison/src/
Dparse-gram.c1327 #ifndef YYINITDEPTH
1328 # define YYINITDEPTH 200 macro
1934 yytype_int16 yyssa[YYINITDEPTH];
1939 YYSTYPE yyvsa[YYINITDEPTH];
1944 YYLTYPE yylsa[YYINITDEPTH];
1983 yystacksize = YYINITDEPTH;
/external/bison/tests/
Dpush.at33 #define YYINITDEPTH 1
Dcxx-type.at65 #define YYINITDEPTH 10
Dactions.at372 #define YYINITDEPTH 10
/external/libpcap/
Dgrammar.c1561 #ifndef YYINITDEPTH
1562 # define YYINITDEPTH 200 macro
1847 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1852 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1881 yystacksize = YYINITDEPTH; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped922 /* YYINITDEPTH -- initial size of the parser's stacks. */
923 #ifndef YYINITDEPTH
924 # define YYINITDEPTH 200
1211 short int yyssa[YYINITDEPTH];
1216 YYSTYPE yyvsa[YYINITDEPTH];
1224 YYSIZE_T yystacksize = YYINITDEPTH;
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1828 #ifndef YYINITDEPTH
1829 # define YYINITDEPTH 200 macro
2130 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
2135 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
2140 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
2174 yystacksize = YYINITDEPTH; in yyparse()
/external/bison/
DChangeLog-19981075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
DChangeLog-201211265 Also, explain the constraints on YYINITDEPTH.
/external/bison/doc/
Dbison.texi7945 @code{YYINITDEPTH}.
7951 @vindex YYINITDEPTH
7953 macro @code{YYINITDEPTH} to a positive integer. For the deterministic
7958 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.
7964 suggested to grow @code{YYINITDEPTH}. The Bison maintainers hope to fix
11900 @deffn {Macro} YYINITDEPTH
12325 @c LocalWords: YYINITDEPTH stmts ref initdcl maybeasm notype Lookahead yyoutput
Dbison.info7541 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'.
7546 macro `YYINITDEPTH' to a positive integer. For the deterministic
7551 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'.
7556 suggested to grow `YYINITDEPTH'. The Bison maintainers hope to fix
11023 -- Macro: YYINITDEPTH
12608 * YYINITDEPTH <1>: Memory Management. (line 32)
12609 * YYINITDEPTH: Table of Symbols. (line 324)