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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinitterm-r0drv-nt.cpp343 int32_t iBestDelta = INT32_MAX; local
356 iBestDelta = iDelta;
360 if ( iDelta < iBestDelta
362 || ( iDelta == iBestDelta
369 iBestDelta = iDelta;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp3120 int64_t iBestDelta = pArgs->pWorker->i64TSCDelta;
3141 ? iDelta < iBestDelta
3142 : iDelta > iBestDelta || iBestDelta == INT64_MAX)
3143 iBestDelta = iDelta;
3154 pArgs->pWorker->i64TSCDelta = iBestDelta;

Completed in 50 milliseconds