Searched refs:YYMAXDEPTH (Results 1 – 21 of 21) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 552 #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/ |
D | parse.c | 380 #undef YYMAXDEPTH 381 #define YYMAXDEPTH YYSTACKSIZE macro 383 #ifdef YYMAXDEPTH 384 #define YYSTACKSIZE YYMAXDEPTH 387 #define YYMAXDEPTH 500 macro
|
/external/bison/data/ |
D | yacc.c | 906 #ifndef YYMAXDEPTH 907 # define YYMAXDEPTH ]b4_stack_depth_max[ 940 if (YYMAXDEPTH < yysize_new) 946 if (YYMAXDEPTH < yyalloc) 947 yyalloc = YYMAXDEPTH; 1566 if (YYMAXDEPTH < yyes_capacity) 1567 yyes_capacity = YYMAXDEPTH;]])[ 1631 if (YYMAXDEPTH <= yystacksize) 1634 if (YYMAXDEPTH < yystacksize) 1635 yystacksize = YYMAXDEPTH;
|
D | glr.c | 553 #ifndef YYMAXDEPTH 554 # define YYMAXDEPTH ]b4_stack_depth_max[ 1129 if (YYMAXDEPTH - YYHEADROOM < yysize) 1132 if (YYMAXDEPTH < yynewSize) 1133 yynewSize = YYMAXDEPTH;
|
/external/bison/src/ |
D | parse-gram.c | 1338 #ifndef YYMAXDEPTH 1339 # define YYMAXDEPTH 10000 macro 1372 if (YYMAXDEPTH < yysize_new) in yy_lac_stack_realloc() 1378 if (YYMAXDEPTH < yyalloc) in yy_lac_stack_realloc() 1379 yyalloc = YYMAXDEPTH; in yy_lac_stack_realloc() 1987 if (YYMAXDEPTH < yyes_capacity) 1988 yyes_capacity = YYMAXDEPTH; 2055 if (YYMAXDEPTH <= yystacksize) 2058 if (YYMAXDEPTH < yystacksize) 2059 yystacksize = YYMAXDEPTH;
|
/external/libpcap/ |
D | grammar.c | 1321 #ifndef YYMAXDEPTH 1322 # define YYMAXDEPTH 10000 macro 1653 if (YYMAXDEPTH <= yystacksize) 1656 if (YYMAXDEPTH < yystacksize) 1657 yystacksize = YYMAXDEPTH;
|
/external/elfutils/src/ |
D | ldscript.c | 1045 #ifndef YYMAXDEPTH 1046 # define YYMAXDEPTH 10000 macro 1457 if (YYMAXDEPTH <= yystacksize) 1460 if (YYMAXDEPTH < yystacksize) 1461 yystacksize = YYMAXDEPTH;
|
/external/webkit/Source/WebCore/xml/ |
D | XPathGrammar.y | 49 #define YYMAXDEPTH 10000 macro
|
/external/elfutils/libcpu/ |
D | i386_parse.c | 1036 #ifndef YYMAXDEPTH 1037 # define YYMAXDEPTH 10000 macro 1448 if (YYMAXDEPTH <= yystacksize) 1451 if (YYMAXDEPTH < yystacksize) 1452 yystacksize = YYMAXDEPTH;
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_tab.cpp | 1560 #ifndef YYMAXDEPTH 1561 # define YYMAXDEPTH 10000 macro 1974 if (YYMAXDEPTH <= yystacksize) 1977 if (YYMAXDEPTH < yystacksize) 1978 yystacksize = YYMAXDEPTH;
|
/external/bison/tests/ |
D | regression.at | 1341 #define YYMAXDEPTH 100 1532 #define YYMAXDEPTH 8
|
D | actions.at | 373 #define YYMAXDEPTH 10
|
/external/webkit/Source/WebCore/css/ |
D | CSSGrammar.y | 52 #define YYMAXDEPTH 10000 macro
|
/external/bison/ |
D | ChangeLog-1998 | 1075 (YYINITDEPTH): This is what used to be YYMAXDEPTH. 1076 (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
|
D | NEWS | 1402 the manual to determine safe values for YYMAXDEPTH in that case. 2041 LocalWords: YYMAXDEPTH Unescaped UCNs YYLTYPE's yyltype typedefs inline Yaccs
|
D | ChangeLog-2012 | 759 reallocations. Use YYMAXDEPTH for maximum stack size given that 779 (LAC: Memory exhaustion): Update to use YYMAXDEPTH and 11258 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's 11261 * data/yacc.c (YYMAXDEPTH): Likewise. 11263 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs 13102 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
|
/external/bison/doc/ |
D | bison.texi | 7929 @vindex YYMAXDEPTH 7930 By defining the macro @code{YYMAXDEPTH}, you can control how deep the 7936 large value for @code{YYMAXDEPTH}, the parser normally allocates a small 7939 you do not need to make @code{YYMAXDEPTH} painfully small merely to save 7942 However, do not allow @code{YYMAXDEPTH} to be a value so large that 7944 space. Also, do not allow @code{YYMAXDEPTH} to be less than 7948 The default value of @code{YYMAXDEPTH}, if you do not define it, is 7958 Do not allow @code{YYINITDEPTH} to be greater than @code{YYMAXDEPTH}. 11945 @deffn {Macro} YYMAXDEPTH 12026 set @code{YYMAXDEPTH} to a value that cannot possibly result in [all …]
|
D | bison.info | 7527 By defining the macro `YYMAXDEPTH', you can control how deep the 7533 specify a large value for `YYMAXDEPTH', the parser normally allocates a 7536 Therefore, you do not need to make `YYMAXDEPTH' painfully small merely 7539 However, do not allow `YYMAXDEPTH' to be a value so large that 7541 space. Also, do not allow `YYMAXDEPTH' to be less than `YYINITDEPTH'. 7543 The default value of `YYMAXDEPTH', if you do not define it, is 10000. 7551 Do not allow `YYINITDEPTH' to be greater than `YYMAXDEPTH'. 11060 -- Macro: YYMAXDEPTH 11129 should set `YYMAXDEPTH' to a value that cannot possibly result in 12636 * YYMAXDEPTH <1>: Memory Management. (line 14) [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 8052 * Added #define YYMAXDEPTH 10000 in kjs/grammar.y 20059 * kjs/grammar.y: removed #define YYMAXDEPTH 0 for bison 2.0
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 39797 * Added #define YYMAXDEPTH 10000 in XPathGrammar.y and CSSGrammar.y
|
D | ChangeLog-2005-08-23 | 13461 * khtml/css/parser.y: removed #define YYMAXDEPTH 0
|