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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp333 DECLINLINE(uint64_t) hpetComputeDiff(HPETTIMER *pHpetTimer, uint64_t u64Now) function
394 uint64_t u64Diff = hpetComputeDiff(pHpetTimer, u64Ticks);
1036 u64Diff = hpetComputeDiff(pHpetTimer, u64CurTick);
1047 u64Diff = hpetComputeDiff(pHpetTimer, u64CurTick);

Completed in 47 milliseconds