Searched refs:offMax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp235 uint64_t offMax; local
240 offMax = (pTestFile->cbFileMax - pTestFile->cbFileCurr) < pTestTask->DataSeg.cbSeg
245 offMax = pTestFile->cbFileMax - pTestTask->DataSeg.cbSeg;
257 offMin = RT_MIN(pTestFile->cbFileCurr, offMax);
260 pTestTask->off = RTRandU64Ex(offMin, offMax) & ~511;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp1513 uint64_t offMax = 0;
1529 offMin = offMax = PrevTsc - CurTsc;
1541 if (off > offMax)
1542 offMax = off;
1562 Log(("supdrvGipInitDetermineAsyncTsc: returns %d; iEndCpu=%d rc=%d offMin=%llx offMax=%llx\n",
1563 fAsync, iEndCpu, rc, offMin, offMax));
1565 OSDBGPRINT(("vboxdrv: fAsync=%d offMin=%#lx offMax=%#lx\n", fAsync, (long)offMin, (long)offMax));

Completed in 281 milliseconds