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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp898 /* YYINITDEPTH -- initial size of the parser's stacks. */
899 #ifndef YYINITDEPTH
900 # define YYINITDEPTH 200 macro
1241 yytype_int16 yyssa[YYINITDEPTH];
1246 YYSTYPE yyvsa[YYINITDEPTH];
1254 YYSIZE_T yystacksize = YYINITDEPTH;
H A DOSUnserializeXML.cpp932 /* YYINITDEPTH -- initial size of the parser's stacks. */
933 #ifndef YYINITDEPTH
934 # define YYINITDEPTH 200 macro
1275 yytype_int16 yyssa[YYINITDEPTH];
1280 YYSTYPE yyvsa[YYINITDEPTH];
1288 YYSIZE_T yystacksize = YYINITDEPTH;

Completed in 24 milliseconds