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

/system/core/sh/
H A Darith.c711 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
715 SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
718 #if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
719 # undef YYMAXDEPTH macro
722 #ifndef YYMAXDEPTH
723 # define YYMAXDEPTH 10000 macro
1005 if (YYMAXDEPTH <= yystacksize)
1008 if (YYMAXDEPTH < yystacksize)
1009 yystacksize = YYMAXDEPTH;
[all...]

Completed in 53 milliseconds