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

/system/core/sh/
H A Darith.c706 /* YYINITDEPTH -- initial size of the parser's stacks. */
707 #ifndef YYINITDEPTH
708 # define YYINITDEPTH 200 macro
919 short int yyssa[YYINITDEPTH];
924 YYSTYPE yyvsa[YYINITDEPTH];
932 YYSIZE_T yystacksize = YYINITDEPTH;

Completed in 28 milliseconds