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

/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp105 * @param iPercentage The percentage of the chance to return true.
107 static bool tstVDSnapIsTrue(int iPercentage) argument
111 return (uRnd <= iPercentage); /* This should be enough for our purpose */
H A DtstVDIo.cpp2440 * @param iPercentage The percentage of the chance to return true.
2442 static bool tstVDIoTestIsTrue(PVDIOTEST pIoTest, int iPercentage) argument
2446 return (uRnd < iPercentage); /* This should be enough for our purpose */
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp320 * @param iPercentage The percentage of the chance to return true.
322 static bool tstPDMACTestIsTrue(int iPercentage) argument
326 return (uRnd <= iPercentage); /* This should be enough for our purpose */

Completed in 56 milliseconds