Home
last modified time | relevance | path

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

/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/iproute2/tc/
Demp_ematch.yacc.c823 #ifndef YYMAXDEPTH
824 # define YYMAXDEPTH 10000 macro
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp841 #ifndef YYMAXDEPTH
842 # define YYMAXDEPTH 10000 macro
1206 if (YYMAXDEPTH <= yystacksize) in yyparse()
1209 if (YYMAXDEPTH < yystacksize) in yyparse()
1210 yystacksize = YYMAXDEPTH; in yyparse()
/external/one-true-awk/
Dytab.c2052 #ifndef YYMAXDEPTH
2053 # define YYMAXDEPTH 10000 macro
2412 if (YYMAXDEPTH <= yystacksize) in yyparse()
2415 if (YYMAXDEPTH < yystacksize) in yyparse()
2416 yystacksize = YYMAXDEPTH; in yyparse()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c1244 #ifndef YYMAXDEPTH
1245 # define YYMAXDEPTH 10000 macro
1860 if (YYMAXDEPTH <= yystacksize) in yyparse()
1863 if (YYMAXDEPTH < yystacksize) in yyparse()
1864 yystacksize = YYMAXDEPTH; in yyparse()
/external/libpcap/
Dgrammar.c1578 #ifndef YYMAXDEPTH
1579 # define YYMAXDEPTH 10000 macro
1944 if (YYMAXDEPTH <= yystacksize) in yyparse()
1947 if (YYMAXDEPTH < yystacksize) in yyparse()
1948 yystacksize = YYMAXDEPTH; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped927 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
931 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
934 #ifndef YYMAXDEPTH
935 # define YYMAXDEPTH 10000
1296 if (YYMAXDEPTH <= yystacksize)
1299 if (YYMAXDEPTH < yystacksize)
1300 yystacksize = YYMAXDEPTH;
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1841 #ifndef YYMAXDEPTH
1842 # define YYMAXDEPTH 10000 macro
2231 if (YYMAXDEPTH <= yystacksize) in yyparse()
2234 if (YYMAXDEPTH < yystacksize) in yyparse()
2235 yystacksize = YYMAXDEPTH; in yyparse()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp3635 #ifndef YYMAXDEPTH
3636 # define YYMAXDEPTH 10000 macro
4000 if (YYMAXDEPTH <= yystacksize) in yyparse()
4003 if (YYMAXDEPTH < yystacksize) in yyparse()
4004 yystacksize = YYMAXDEPTH; in yyparse()