Searched refs:total_fractions (Results 1 – 1 of 1) sorted by relevance
40 uint64_t total_fractions = static_cast<uint64_t>(ntp); in CurrentNtpTime() local41 total_fractions += Drift().us() * kNtpFracPerMicroSecond; in CurrentNtpTime()42 return NtpTime(total_fractions); in CurrentNtpTime()