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

/vbox/src/VBox/Runtime/testcase/
H A DtstRand.cpp235 int32_t iRand = RTRandAdvS32Ex(hRand, iFirst, iLast); local
236 CHECK_EXPR_MSG(iRand >= iFirst, ("%#RI32 %#RI32\n", iRand, iFirst));
237 CHECK_EXPR_MSG(iRand <= iLast, ("%#RI32 %#RI32\n", iRand, iLast));
238 uint32_t off = iRand - iFirst;
304 int64_t iRand = RTRandAdvS64Ex(hRand, iFirst, iLast); local
305 CHECK_EXPR_MSG(iRand >= iFirst, ("%#RI64 %#RI64\n", iRand, iFirst));
306 CHECK_EXPR_MSG(iRand <
499 int32_t iRand = RTRandS32Ex(iFirst, iLast); local
568 int64_t iRand = RTRandS64Ex(iFirst, iLast); local
[all...]

Completed in 43 milliseconds