Searched refs:uMax (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Runtime/generic/ |
H A D | RTMpGetDescription-generic.cpp | 76 uint32_t uMax; 78 ASMCpuId(0x80000000, &uMax, &uEBX, &uECX, &uEDX); 79 if (uMax >= 0x80000002) 82 if (uMax >= 0x80000003) 84 if (uMax >= 0x80000004) 89 ASMCpuId(0x00000000, &uMax, &uEBX, &uECX, &uEDX);
|
/vbox/src/VBox/Storage/testcase/ |
H A D | VDIoRnd.h | 54 uint32_t VDIoRndGetU32Ex(PVDIORND pIoRnd, uint32_t uMin, uint32_t uMax);
|
H A D | VDIoRnd.cpp | 104 uint32_t VDIoRndGetU32Ex(PVDIORND pIoRnd, uint32_t uMin, uint32_t uMax) argument 106 return RTRandAdvU32Ex(pIoRnd->hRand, uMin, uMax);
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTR0Timer.cpp | 351 * @param uMax The maximum interval (ns). 353 static int tstRTR0TimerCheckShotInterval(uint32_t iShot, uint64_t uPrevTS, uint64_t uThisTS, uint32_t uMin, uint32_t uMax) argument 357 RTR0TESTR0_CHECK_MSG_RET(uDelta <= uMax, ("iShot=%u uDelta=%lld uMax=%u\n", iShot, uDelta, uMax), 1); 370 * @param uMax The maximum interval (ns). 372 static int tstRTR0TimerCheckShotIntervals(PTSTRTR0TIMERS1 pState, uint64_t uStartNsTS, uint32_t uMin, uint32_t uMax) argument 387 cBadShots += !(uDelta >= uMin && uDelta <= uMax); 390 RTR0TESTR0_CHECK_MSG(uDelta <= uMax, ("iShot=%u uDelta=%lld uMax [all...] |
H A D | tstLdr-3.cpp | 314 uint64_t uMax = RTLdrSize(g_hLdrMod) + g_uLoadAddr; local 315 for (uint64_t uCur = g_uLoadAddr + uWild; uCur < uMax; uCur += uIncrements)
|
/vbox/src/VBox/ValidationKit/utils/network/ |
H A D | NetPerf.cpp | 1053 uint32_t uMax; member in struct:__anon17007 1081 || u32 > aElements[i].uMax) 1083 aElements[i].pszName, u32, aElements[i].uMin, aElements[i].uMax);
|
/vbox/include/iprt/ |
H A D | asn1-generator-pass.h | 1041 # define RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(a_Name, uMin, uMax, a_MoreConstraints) \ 1045 || RTAsn1Integer_UnsignedCompareWithU64(&pThis->a_Name, uMax) > 0) ) \ 1049 (uint64_t)(uMin), (uint64_t)(uMax)); \ 1312 # define RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(a_Name, uMin, uMax, a_MoreConstraints)
|
Completed in 743 milliseconds