Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.c964 #ifndef YYINITDEPTH
965 # define YYINITDEPTH 200 macro
1029 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse()
1032 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
1037 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c
H A Ddtc-parser.tab.c_shipped939 /* YYINITDEPTH -- initial size of the parser's stacks. */
940 #ifndef YYINITDEPTH
941 # define YYINITDEPTH 200
1234 yytype_int16 yyssa[YYINITDEPTH];
1239 YYSTYPE yyvsa[YYINITDEPTH];
1244 YYLTYPE yylsa[YYINITDEPTH];
1278 yystacksize = YYINITDEPTH;
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.c1097 #ifndef YYINITDEPTH
1098 # define YYINITDEPTH 200 macro
1162 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse()
1165 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
1170 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped958 /* YYINITDEPTH -- initial size of the parser's stacks. */
959 #ifndef YYINITDEPTH
960 # define YYINITDEPTH 200
1283 yytype_int16 yyssa[YYINITDEPTH];
1288 YYSTYPE yyvsa[YYINITDEPTH];
1317 yystacksize = YYINITDEPTH;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped957 /* YYINITDEPTH -- initial size of the parser's stacks. */
958 #ifndef YYINITDEPTH
959 # define YYINITDEPTH 200
1282 yytype_int16 yyssa[YYINITDEPTH];
1287 YYSTYPE yyvsa[YYINITDEPTH];
1316 yystacksize = YYINITDEPTH;
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch67 #define YYINITDEPTH 100