Home
last modified time | relevance | path

Searched defs:Nanoseconds (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h275 explicit Nanoseconds(const TimeDifference& difference) : in Nanoseconds() function
277 Nanoseconds(int64_t ns) : TimeDifference(ns / kNanosecondsPerSecond, in Nanoseconds() function
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c292 IN UINT64 Nanoseconds in SecSleep()