Searched refs:now64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c643 vint64 now64; local
646 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot);
647 return ( leapsec_add(pt, &now64, (insert != 0))
660 vint64 now64; local
687 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot);
688 fetch_leap_era(&era, pt, &now64);
692 if (ucmpv64(&now64, &era.ebase) < 0)
696 if (ucmpv64(&now64, &era.ttime) > 0)
937 const vint64 * now64 ,
948 if ( ucmpv64(now64,
[all...]

Completed in 124 milliseconds