Searched refs:microseconds_in_seconds (Results 1 – 1 of 1) sorted by relevance
52 double microseconds_in_seconds; in CurrentNtp() local53 Adjust(tv, &seconds, µseconds_in_seconds); in CurrentNtp()55 microseconds_in_seconds * kMagicNtpFractionalUnit + 0.5); in CurrentNtp()62 double microseconds_in_seconds; in CurrentNtpInMilliseconds() local63 Adjust(tv, &seconds, µseconds_in_seconds); in CurrentNtpInMilliseconds()65 static_cast<int64_t>(1000.0 * microseconds_in_seconds + 0.5); in CurrentNtpInMilliseconds()