Home
last modified time | relevance | path

Searched refs:kNanosecondsPerMicrosecond (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/base/platform/
Dtime.cc79 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);
81 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
84 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
143 return TimeDelta(nanoseconds / Time::kNanosecondsPerMicrosecond); in FromNanoseconds()
183 return delta_ * Time::kNanosecondsPerMicrosecond; in InNanoseconds()
194 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromMachTimespec()
203 Time::kNanosecondsPerMicrosecond; in ToMachTimespec()
217 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromTimespec()
225 Time::kNanosecondsPerMicrosecond; in ToTimespec()
366 ts.tv_nsec / kNanosecondsPerMicrosecond); in FromTimespec()
[all …]
Dtime.h192 static const int64_t kNanosecondsPerMicrosecond = 1000; variable
194 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond; in TimedWait()
99 absolute_time.tv_nsec = now.tv_usec * Time::kNanosecondsPerMicrosecond; in TimedWait()
/external/libchrome/base/files/
Dfile_posix.cc148 Time::kNanosecondsPerMicrosecond); in FromStat()
153 Time::kNanosecondsPerMicrosecond); in FromStat()
158 Time::kNanosecondsPerMicrosecond); in FromStat()
/external/libchrome/base/time/
Dtime_posix.cc85 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()
122 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
Dtime.h299 static const int64_t kNanosecondsPerMicrosecond = 1000; variable
301 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
Dtime_mac.cc62 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond); in ComputeCurrentTicks()
/external/v8/src/
Dfutex-emulation.cc102 base::Time::kNanosecondsPerMicrosecond * in Wait()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc302 base::Time::kNanosecondsPerMicrosecond; in ResetImpl()
/external/mdnsresponder/mDNSShared/
DCommonServices.h1148 #define kNanosecondsPerMicrosecond 1000 macro