Lines Matching defs:now64
627 vint64 now64;
630 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot);
631 return ( leapsec_add(pt, &now64, (insert != 0))
644 vint64 now64;
671 now64 = ntpcal_ntp_to_ntp(ntpnow, pivot);
672 fetch_leap_era(&era, pt, &now64);
676 if (ucmpv64(&now64, &era.ebase) < 0)
680 if (ucmpv64(&now64, &era.ttime) > 0)
933 const vint64 * now64 ,
944 if ( ucmpv64(now64, &pt->head.expire) < 0
945 || (pt->head.size && ucmpv64(now64, &pt->info[0].ttime) <= 0)) {
950 ntpcal_ntp64_to_date(&fts, now64);