Searched defs:uRnd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp109 int uRnd = RTRandAdvU32Ex(g_hRand, 0, 100); local
111 return (uRnd <= iPercentage); /* This should be enough for our purpose */
H A DtstVDIo.cpp2444 int uRnd = VDIoRndGetU32Ex(pIoTest->pIoRnd, 0, 100); local
2446 return (uRnd < iPercentage); /* This should be enough for our purpose */
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp324 int uRnd = RTRandU32Ex(0, 100); local
326 return (uRnd <= iPercentage); /* This should be enough for our purpose */

Completed in 54 milliseconds