Searched refs:iLast (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp229 int32_t const iLast = s_aS32Tests[iTest].i32Last; local
230 uint32_t const uRange = iLast - iFirst; AssertMsg(iLast >= iFirst, ("%d\n", iTest));
232 RTPrintf("tstRand: TESTING RTRandAdvS32Ex(,%#RI32, %#RI32) distribution... [div=%#RX32 range=%#RX32]\n", iFirst, iLast, uDivisor, uRange);
235 int32_t iRand = RTRandAdvS32Ex(hRand, iFirst, iLast);
237 CHECK_EXPR_MSG(iRand <= iLast, ("%#RI32 %#RI32\n", iRand, iLast));
298 int64_t const iLast = s_aS64Tests[iTest].i64Last; local
299 uint64_t const uRange = iLast - iFirst; AssertMsg(iLast >
493 int32_t const iLast = s_aS32Tests[iTest].i32Last; local
562 int64_t const iLast = s_aS64Tests[iTest].i64Last; local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp968 const uint64_t iLast = pState->u64LastAddress >> cShift;
971 && iBase + cEntries - 1 <= iLast)
978 || iBase > iLast)
990 *piLast = iBase + cEntries - 1 <= iLast
992 : iLast - iBase;
1146 uint32_t iFirst, iLast;
1147 uint64_t u64BaseAddress = pgmR3DumpHierarchyCalcRange(pState, X86_PT_PAE_SHIFT, X86_PG_PAE_ENTRIES, &iFirst, &iLast);
1148 for (uint32_t i = iFirst; i <= iLast; i++)
1217 uint32_t iFirst, iLast;
1218 uint64_t u64BaseAddress = pgmR3DumpHierarchyCalcRange(pState, X86_PD_PAE_SHIFT, X86_PG_PAE_ENTRIES, &iFirst, &iLast);
[all...]
H A DCPUMR3Db.cpp267 uint32_t iLast = cMsrRanges - 1; local
270 uint32_t i = iStart + (iLast - iStart + 1) / 2;
278 iLast = i - 1;
282 if (i >= iLast)
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp262 int32_t iLast = RTAsn1Integer_UnsignedLastBit(pThis); local
263 if (iLast >= 64)
285 int32_t iLast = RTAsn1Integer_UnsignedLastBit(pThis);
286 if (iLast >= 32)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp602 uint32_t iLast = cSegs - 1;
605 uint32_t iSeg = iFirst + (iLast - iFirst) / 2;
628 iLast = iSeg - 1;
632 /* between iSeg and iLast. paSeg[iSeg].cb == 0 ends up here too. */
633 if (iSeg == iLast)
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp1527 int32_t iLast = pNode->cChildren - 1;
1530 int32_t i = iStart + (iLast + 1 - iStart) / 2;
1539 if (iStart > iLast)
1548 iLast = i - 1;
1549 if (iLast < iStart)
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1627 const int iLast = i; local
1637 i = iLast;

Completed in 117 milliseconds