Searched defs:iLast (Results 1 - 4 of 4) 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/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/VMM/VMMR3/
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/Devices/USB/
H A DDevOHCI.cpp1627 const int iLast = i; local
1637 i = iLast;

Completed in 87 milliseconds