Searched refs:YYMAXDEPTH (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.cpp441 /* YYMAXDEPTH is the maximum size the stacks can grow to
444 #if YYMAXDEPTH == 0
445 #undef YYMAXDEPTH macro
448 #ifndef YYMAXDEPTH
449 #define YYMAXDEPTH 10000 macro
638 if (yystacksize >= YYMAXDEPTH)
652 if (yystacksize > YYMAXDEPTH)
653 yystacksize = YYMAXDEPTH;
H A DOSUnserializeXML.cpp942 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
946 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
949 #ifndef YYMAXDEPTH
950 # define YYMAXDEPTH 10000 macro
1364 if (YYMAXDEPTH <= yystacksize)
1367 if (YYMAXDEPTH < yystacksize)
1368 yystacksize = YYMAXDEPTH;

Completed in 10 milliseconds