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

/vbox/src/VBox/Runtime/common/time/
H A Dtimesupref.h137 uint32_t u32NanoTSFactor0 = pGip->u32UpdateIntervalNS; local
229 u64Delta = ASMMult2xU32RetU64((uint32_t)u64Delta, u32NanoTSFactor0);
235 mul dword ptr [u32NanoTSFactor0]
252 && (int64_t)u64DeltaPrev + u32NanoTSFactor0 * 2 >= 0))

Completed in 40 milliseconds