Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.c975 #ifndef YYMAXDEPTH
976 # define YYMAXDEPTH 10000 macro
1113 if (YYMAXDEPTH <= yystacksize) in yyparse()
1116 if (YYMAXDEPTH < yystacksize) in yyparse()
1117 yystacksize = YYMAXDEPTH; in yyparse()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.c1108 #ifndef YYMAXDEPTH
1109 # define YYMAXDEPTH 10000 macro
1246 if (YYMAXDEPTH <= yystacksize) in yyparse()
1249 if (YYMAXDEPTH < yystacksize) in yyparse()
1250 yystacksize = YYMAXDEPTH; in yyparse()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped963 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
967 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
970 #ifndef YYMAXDEPTH
971 # define YYMAXDEPTH 10000
1368 if (YYMAXDEPTH <= yystacksize)
1371 if (YYMAXDEPTH < yystacksize)
1372 yystacksize = YYMAXDEPTH;
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c
H A Ddtc-parser.tab.c_shipped944 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
948 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
951 #ifndef YYMAXDEPTH
952 # define YYMAXDEPTH 10000
1333 if (YYMAXDEPTH <= yystacksize)
1336 if (YYMAXDEPTH < yystacksize)
1337 yystacksize = YYMAXDEPTH;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped962 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
966 YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
969 #ifndef YYMAXDEPTH
970 # define YYMAXDEPTH 10000
1367 if (YYMAXDEPTH <= yystacksize)
1370 if (YYMAXDEPTH < yystacksize)
1371 yystacksize = YYMAXDEPTH;
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch68 #define YYMAXDEPTH 3200 /* Because of 64K stack */