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

/vbox/src/VBox/Runtime/testcase/
H A DtstHandleTable.cpp59 static int tstHandleTableTest1(uint32_t uBase, uint32_t cMax, uint32_t cDelta, uint32_t cUnitsPerDot, bool fCallbacks, uint32_t fFlags) argument
201 /* do a mix of alloc, lookup and free where there is a constant of cDelta handles in the table. */
202 RTPrintf("tstHandleTable: TESTING Alloc,Lookup,Free mix [cDelta=%#x]..", cDelta); RTStrmFlush(g_pStdOut);
224 if (i >= cDelta + uBase)
227 for (uint32_t j = i - cDelta; j <= i; j++)
252 uint32_t hFree = ((i - uBase - cDelta) % (c - uBase)) + uBase;

Completed in 32 milliseconds