Searched refs:fLoopCount (Results 1 – 9 of 9) sorted by relevance
25 int fLoopCount; member in BlurRectBench34 fLoopCount = 100; in BlurRectBench()36 fLoopCount = 1000; in BlurRectBench()38 fLoopCount = 10000; in BlurRectBench()
814 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run()836 if (fLoopCount < 0 && loopCount % 100 == 0) { in run()992 int fLoopCount; field in RBBIMonkeyTest.RBBIMonkeyImpl1047 test.fLoopCount = loopCount; in TestMonkey()
811 for (long loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in run()833 if (fLoopCount < 0 && loopCount % 100 == 0) { in run()989 int fLoopCount; field in RBBIMonkeyTest.RBBIMonkeyImpl1044 test.fLoopCount = loopCount; in TestMonkey()
198 int32_t fLoopCount; variable
673 for (int64_t loopCount = 0; fLoopCount < 0 || loopCount < fLoopCount; loopCount++) { in runTest()688 if (fLoopCount < 0 && loopCount % 100 == 0) { in runTest()958 test->fLoopCount = static_cast<int32_t>(loopCount); in testMonkey()