Searched defs:iMin (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dsortarray.cpp57 int iMin = 0; local
61 while (iMin < iMax)
63 i = (iMax + iMin) / 2;
69 iMin = i + 1;
145 int iMin = 0; local
153 while (iMin < iMax)
155 i = (iMax + iMin) / 2;
161 iMin = i + 1;
/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp76 uint32_t iMin = UINT32_MAX; local
84 if (iMin > pacHits[iRange])
85 iMin = pacHits[iRange];
90 iMin, (iAvg - iMin) * 100 / iAvg, iMax,
94 CHECK_EXPR(iMin >= iAvg - iAvg / 4);
/vbox/src/VBox/Runtime/tools/
H A DRTNtDbgHelp.cpp99 * @param iMin The minimum verbosity level for this message.
103 static void infoPrintf(int iMin, const char *pszFormat, ...) argument
105 if (g_iOptVerbose >= iMin)
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp455 int iMin = sched_get_priority_min(SavedPriority.iPthreadPolicy); local
456 if (iMax - iMin >= 32)
459 int i = iMin;
589 int iMin = sched_get_priority_min(SavedPriority.iPolicy); local
595 + pCfg->iDelta + iMin;
/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c509 uint32_t i, iMin, iMax; local
514 iMin = pau32Fifo[0] / sizeof(uint32_t);
515 printf(" FIFO_MIN: %#09x -- iMin=%#08x\n", pau32Fifo[0], iMin);
526 if (iMin > 4)
531 if (iMin > 5)
533 if (iMin > 6)
535 if (iMin > 7)
537 if (iMin > 8)
539 if (iMin >
[all...]

Completed in 1618 milliseconds