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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp85 uint32_t cOps = 0; \
91 cOps++; \
92 if ((cOps & 127) == 127) \
95 if (cNsElapsed >= g_cNsPerOperation || cOps >= g_cMaxOperations) \
99 RTTestValue(g_hTest, what, cNsElapsed / cOps, RTTESTUNIT_NS_PER_CALL); \
100 RTTestValue(g_hTest, what " cps", UINT64_C(10000000000) / (cNsElapsed * 10 / cOps), RTTESTUNIT_CALLS_PER_SEC); \
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp830 uint32_t cOps = *pcOps; local
832 Assert(cMaxOps >= cOps);
834 for (uint32_t i = 0; i < cOps; ++i)
847 if (cMaxOps > cOps)
849 paOps[cOps] = *pOp;
850 ++cOps;
851 *pcOps = cOps;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py500 cOps = self.o.operationCount;
509 # % (self.sName, iOp, cOps, sOpDesc, iOpPct, iPct, fCanceled, fCancelable, fCompleted, \
512 _ = cOps; _ = iOpPct; _ = sOpDesc;

Completed in 64 milliseconds