Searched refs:stacksize (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmesher.h59 unsigned int stacksize; member in class:Mesher
H A Dmesher.cc59 stacksize = 0;
76 if( stacksize < npts ) {
77 stacksize = 2 * npts;
79 vdata = new GridTrimVertex_p[stacksize];
86 assert( itop+1 != (int)stacksize );
/xsrc/external/mit/xcb-proto/dist/xcbgen/
H A Dalign.py109 stacksize = len(callstack)
110 indent = ' ' * stacksize
124 stacksize = len(callstack)
125 indent = ' ' * stacksize
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A DCD_hw_services.h310 #define CD_CHECKSTACK(stacksize) CD_checkstack(stacksize)
311 #define CD_FILLSTACK(stacksize) CD_fillstack(stacksize)
313 #define CD_CHECKSTACK(stacksize) 0
314 #define CD_FILLSTACK(stacksize)

Completed in 6 milliseconds