Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dplural.c541 #ifndef YYINITDEPTH
542 # define YYINITDEPTH 200 macro
700 short yyssa[YYINITDEPTH]; in yyparse()
705 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
711 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
722 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp830 #ifndef YYINITDEPTH
831 # define YYINITDEPTH 200 macro
1121 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1126 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1155 yystacksize = YYINITDEPTH; in yyparse()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c1233 #ifndef YYINITDEPTH
1234 # define YYINITDEPTH 200 macro
1775 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1780 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1809 yystacksize = YYINITDEPTH; in yyparse()
/external/libpcap/
Dgrammar.c1550 #ifndef YYINITDEPTH
1551 # define YYINITDEPTH 200 macro
1842 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1847 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1876 yystacksize = YYINITDEPTH; in yyparse()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1830 #ifndef YYINITDEPTH
1831 # define YYINITDEPTH 200 macro
2132 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
2137 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
2142 YYLTYPE yylsa[YYINITDEPTH]; in yyparse()
2176 yystacksize = YYINITDEPTH; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped922 /* YYINITDEPTH -- initial size of the parser's stacks. */
923 #ifndef YYINITDEPTH
924 # define YYINITDEPTH 200
1211 short int yyssa[YYINITDEPTH];
1216 YYSTYPE yyvsa[YYINITDEPTH];
1224 YYSIZE_T yystacksize = YYINITDEPTH;