Home
last modified time | relevance | path

Searched refs:MAXDEPTH (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DDisplay.h20 #define MAXDEPTH 32 macro
35 extern Drawable xnestDefaultDrawables[MAXDEPTH + 1];
H A DDisplay.c51 Drawable xnestDefaultDrawables[MAXDEPTH + 1];
147 for (i = 0; i <= MAXDEPTH; i++) in xnestOpenDisplay()
H A DScreen.c164 depths = (DepthPtr) malloc(MAXDEPTH * sizeof(DepthRec)); in xnestOpenScreen()
/OK3568_Linux_fs/kernel/scripts/
H A Dunifdef.c146 #define MAXDEPTH 64 /* maximum #if nesting */ macro
199 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
200 static bool ignoring[MAXDEPTH]; /* ignore comments state */
201 static int stifline[MAXDEPTH]; /* start of current #if */
529 if (depth > MAXDEPTH-1) in nest()
531 if (depth == MAXDEPTH-1) in nest()