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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1349 uint64_t u64CurTime = RTTimeSystemNanoTS(); local
1354 if (u64CurTime - pThis->u64LastLatchedAccess < s_aDelta[pThis->iMask])
1364 Log2(("Reset mask (was %d) delta %RX64 (limit %x)\n", pThis->iMask, u64CurTime - pThis->u64LastLatchedAccess, s_aDelta[pThis->iMask]));
1369 pThis->u64LastLatchedAccess = u64CurTime;

Completed in 67 milliseconds