Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c1054 #ifndef YYMAXDEPTH
1055 # define YYMAXDEPTH 10000 macro
1212 if (YYMAXDEPTH <= yystacksize) in yyparse()
1215 if (YYMAXDEPTH < yystacksize) in yyparse()
1216 yystacksize = YYMAXDEPTH; in yyparse()
/linux/scripts/kconfig/
A Dparser.tab.c1032 #ifndef YYMAXDEPTH
1033 # define YYMAXDEPTH 10000 macro
1201 if (YYMAXDEPTH <= yystacksize) in yyparse()
1204 if (YYMAXDEPTH < yystacksize) in yyparse()
1205 yystacksize = YYMAXDEPTH; in yyparse()

Completed in 11 milliseconds