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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c145 #define MAXDEPTH 64 /* maximum #if nesting */ macro
184 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
185 static bool ignoring[MAXDEPTH]; /* ignore comments state */
186 static int stifline[MAXDEPTH]; /* start of current #if */
468 if (depth > MAXDEPTH-1)
470 if (depth == MAXDEPTH-1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c47 #define MAXDEPTH 5 macro
232 struct dbll_library_obj *lib_path[MAXDEPTH + 1];
1253 if (depth > MAXDEPTH) {

Completed in 203 milliseconds