Searched refs:nMax (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincreatewnd.c | 381 si.nMax = pScreenInfo->dwWidth - 1; 383 winDebug("winCreateBoundingWindowWindowed - HORZ nMax: %d nPage :%d\n", 384 si.nMax, si.nPage); 388 si.nMax = pScreenInfo->dwHeight - 1; 390 winDebug("winCreateBoundingWindowWindowed - VERT nMax: %d nPage :%d\n", 391 si.nMax, si.nPage);
|
| H A D | winwndproc.c | 368 si.nMax = s_pScreenInfo->dwWidth - 1; 376 si.nMax = s_pScreenInfo->dwHeight - 1; 462 si.nPos = si.nMax - si.nPage + 1; 541 si.nPos = si.nMax - si.nPage + 1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincreatewnd.c | 445 si.nMax = pScreenInfo->dwWidth - 1; 447 winDebug ("winCreateBoundingWindowWindowed - HORZ nMax: %d nPage :%d\n", 448 si.nMax, si.nPage); 452 si.nMax = pScreenInfo->dwHeight - 1; 454 winDebug ("winCreateBoundingWindowWindowed - VERT nMax: %d nPage :%d\n", 455 si.nMax, si.nPage);
|
| H A D | wingetsp.c | 40 int nMax, 39 winGetSpansNativeGDI(DrawablePtr pDrawable,int nMax,DDXPointPtr pPoints,int * piWidths,int iSpans,char * pDsts) argument
|
| H A D | winwndproc.c | 406 si.nMax = s_pScreenInfo->dwWidth - 1; 414 si.nMax = s_pScreenInfo->dwHeight - 1; 496 si.nPos = si.nMax - si.nPage + 1; 581 si.nPos = si.nMax - si.nPage + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target.cpp | 349 unsigned int n = 0, nMax = allFuncs.getSize(); local in function:nv50_ir::Program::emitSymbolTable 352 (struct nv50_ir_prog_symbol *)MALLOC(nMax * sizeof(*info->bin.syms)); 358 assert(n < nMax);
|
Completed in 7 milliseconds