Home
last modified time | relevance | path

Searched refs:YYMAXDEPTH (Results 1 – 22 of 22) sorted by relevance

/external/bluetooth/bluez/tools/
Dparser.c223 #undef YYMAXDEPTH
224 #define YYMAXDEPTH YYSTACKSIZE macro
226 #ifdef YYMAXDEPTH
227 #define YYSTACKSIZE YYMAXDEPTH
230 #define YYMAXDEPTH 500 macro
299 else if (newsize >= YYMAXDEPTH) in yygrowstack()
301 else if ((newsize *= 2) > YYMAXDEPTH) in yygrowstack()
302 newsize = YYMAXDEPTH; in yygrowstack()
/external/e2fsprogs/intl/
Dplural.c552 #if YYMAXDEPTH == 0
553 # undef YYMAXDEPTH
556 #ifndef YYMAXDEPTH
557 # define YYMAXDEPTH 10000 macro
806 if (yystacksize >= YYMAXDEPTH) in yyparse()
809 if (yystacksize > YYMAXDEPTH) in yyparse()
810 yystacksize = YYMAXDEPTH; in yyparse()
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c380 #undef YYMAXDEPTH
381 #define YYMAXDEPTH YYSTACKSIZE macro
383 #ifdef YYMAXDEPTH
384 #define YYSTACKSIZE YYMAXDEPTH
387 #define YYMAXDEPTH 500 macro
/external/elfutils/src/
Dldscript.c812 #if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
813 # undef YYMAXDEPTH
816 #ifndef YYMAXDEPTH
817 # define YYMAXDEPTH 10000 macro
1095 if (YYMAXDEPTH <= yystacksize)
1098 if (YYMAXDEPTH < yystacksize)
1099 yystacksize = YYMAXDEPTH;
/external/bison/data/
Dyacc.c746 #ifndef YYMAXDEPTH
747 # define YYMAXDEPTH ]b4_stack_depth_max[
1128 if (YYMAXDEPTH <= yystacksize)
1131 if (YYMAXDEPTH < yystacksize)
1132 yystacksize = YYMAXDEPTH;
Dglr.c611 #ifndef YYMAXDEPTH
612 # define YYMAXDEPTH ]b4_stack_depth_max[
1195 if (YYMAXDEPTH - YYHEADROOM < yysize)
1198 if (YYMAXDEPTH < yynewSize)
1199 yynewSize = YYMAXDEPTH;
/external/bison/src/
Dparse-gram.c1179 #ifndef YYMAXDEPTH
1180 # define YYMAXDEPTH 10000 macro
1619 if (YYMAXDEPTH <= yystacksize)
1622 if (YYMAXDEPTH < yystacksize)
1623 yystacksize = YYMAXDEPTH;
/external/libpcap/
Dgrammar.c1321 #ifndef YYMAXDEPTH
1322 # define YYMAXDEPTH 10000 macro
1653 if (YYMAXDEPTH <= yystacksize)
1656 if (YYMAXDEPTH < yystacksize)
1657 yystacksize = YYMAXDEPTH;
/external/webkit/Source/WebCore/xml/
DXPathGrammar.y48 #define YYMAXDEPTH 10000 macro
/external/mesa3d/src/glsl/
Dglsl_parser.cpp2231 #ifndef YYMAXDEPTH
2232 # define YYMAXDEPTH 10000 macro
2683 if (YYMAXDEPTH <= yystacksize)
2686 if (YYMAXDEPTH < yystacksize)
2687 yystacksize = YYMAXDEPTH;
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c1221 #ifndef YYMAXDEPTH
1222 # define YYMAXDEPTH 10000 macro
1673 if (YYMAXDEPTH <= yystacksize)
1676 if (YYMAXDEPTH < yystacksize)
1677 yystacksize = YYMAXDEPTH;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1560 #ifndef YYMAXDEPTH
1561 # define YYMAXDEPTH 10000 macro
1974 if (YYMAXDEPTH <= yystacksize)
1977 if (YYMAXDEPTH < yystacksize)
1978 yystacksize = YYMAXDEPTH;
/external/bison/tests/
Dactions.at181 #define YYMAXDEPTH 10
/external/webkit/Source/WebCore/css/
DCSSGrammar.y52 #define YYMAXDEPTH 10000 macro
/external/bison/
DOChangeLog1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH.
1076 (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
DNEWS128 the manual to determine safe values for YYMAXDEPTH in that case.
DChangeLog2997 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
3000 * data/yacc.c (YYMAXDEPTH): Likewise.
3002 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
4841 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
/external/bison/doc/
Dbison.texinfo5853 @vindex YYMAXDEPTH
5854 By defining the macro @code{YYMAXDEPTH}, you can control how deep the
5860 large value for @code{YYMAXDEPTH}, the parser normally allocates a small
5863 you do not need to make @code{YYMAXDEPTH} painfully small merely to save
5866 However, do not allow @code{YYMAXDEPTH} to be a value so large that
5868 space. Also, do not allow @code{YYMAXDEPTH} to be less than
5872 The default value of @code{YYMAXDEPTH}, if you do not define it, is
5882 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}.
8449 @deffn {Macro} YYMAXDEPTH
8488 set @code{YYMAXDEPTH} to a value that cannot possibly result in
[all …]
Dbison.info5406 By defining the macro `YYMAXDEPTH', you can control how deep the
5412 specify a large value for `YYMAXDEPTH', the parser normally allocates a
5415 Therefore, you do not need to make `YYMAXDEPTH' painfully small merely
5418 However, do not allow `YYMAXDEPTH' to be a value so large that
5420 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'.
5422 The default value of `YYMAXDEPTH', if you do not define it, is 10000.
5430 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'.
7689 -- Macro: YYMAXDEPTH
7724 should set `YYMAXDEPTH' to a value that cannot possibly result in
8848 * YYMAXDEPTH <1>: Table of Symbols. (line 270)
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-148052 * Added #define YYMAXDEPTH 10000 in kjs/grammar.y
20059 * kjs/grammar.y: removed #define YYMAXDEPTH 0 for bison 2.0
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3139797 * Added #define YYMAXDEPTH 10000 in XPathGrammar.y and CSSGrammar.y
DChangeLog-2005-08-2313461 * khtml/css/parser.y: removed #define YYMAXDEPTH 0