Home
last modified time | relevance | path

Searched defs:Milliseconds (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h251 explicit Milliseconds(const TimeDifference& difference) : in Milliseconds() function
254 Milliseconds(int64_t ms) : TimeDifference( in Milliseconds() function
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
DLinuxLoaderHelper.c47 UINT64 Delta, TicksPerSecond, Milliseconds; in PrintPerformance() local
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiLib.h87 #define EFI_TIMER_PERIOD_MILLISECONDS(Milliseconds) MultU64x32((UINT64)(Milliseconds), 10000) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
DEblCmdLib.c230 UINT64 Delta, TicksPerSecond, Milliseconds, Microseconds; in EblPerformance() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DDataSink.c1052 UINTN Milliseconds in TimerStart()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c1528 UINTN Milliseconds in TimerStart()
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp518 using Milliseconds = std::chrono::milliseconds; in ReadAppEvents() typedef