Searched defs:Milliseconds (Results 1 – 7 of 7) sorted by relevance
251 explicit Milliseconds(const TimeDifference& difference) : in Milliseconds() function254 Milliseconds(int64_t ms) : TimeDifference( in Milliseconds() function
47 UINT64 Delta, TicksPerSecond, Milliseconds; in PrintPerformance() local
87 #define EFI_TIMER_PERIOD_MILLISECONDS(Milliseconds) MultU64x32((UINT64)(Milliseconds), 10000) argument
230 UINT64 Delta, TicksPerSecond, Milliseconds, Microseconds; in EblPerformance() local
1052 UINTN Milliseconds in TimerStart()
1528 UINTN Milliseconds in TimerStart()
518 using Milliseconds = std::chrono::milliseconds; in ReadAppEvents() typedef