Lines Matching defs:ts64
272 vint64 ts64, last, next;
278 ts64 = ntpcal_ntp_to_ntp(ts32, pivot);
282 if (ucmpv64(&ts64, &pt->head.ebase) < 0) {
287 reload_limits(pt, &ts64);
288 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) {
305 if (ucmpv64(&ts64, &last) >= 0) {
307 reload_limits(pt, &ts64);
313 next = addv64i32(&ts64, qr->warped);
317 ts64 = next;
330 if (ucmpv64(&ts64, &pt->head.stime) < 0)
362 vint64 ts64;
365 ts64 = ntpcal_ntp_to_ntp(ntpts, pivot);
366 fetch_leap_era(qr, pt, &ts64);