Lines Matching defs:ntp
4 * Written by Juergen Perlinger (perlinger@ntp.org) for the NTP project.
575 uint32_t ntp,
587 ntp -= (uint32_t)JAN_1970; /* warp into UN*X domain */
588 ntp -= res.D_s.lo; /* cycle difference */
589 res.Q_s += (uint64_t)ntp; /* get expanded time */
600 ntp -= (uint32_t)JAN_1970; /* warp into UN*X domain */
601 ntp -= res.D_s.lo; /* cycle difference */
602 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp);
624 uint32_t ntp,
637 ntp -= res.D_s.lo; /* cycle difference */
638 res.Q_s += (uint64_t)ntp; /* get expanded time */
650 ntp -= res.D_s.lo; /* cycle difference */
651 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp);
1607 const vint64 *ntp
1612 ds = ntpcal_daysplit(ntp);
1621 uint32_t ntp,
1628 * Unfold ntp time around current time into NTP domain. Split
1632 ntp64 = ntpcal_ntp_to_ntp(ntp, piv);
1899 const vint64 *ntp
1910 ds = ntpcal_daysplit(ntp);
1941 uint32_t ntp,
1948 * Unfold ntp time around current time into NTP domain, then
1951 ntp64 = ntpcal_ntp_to_ntp(ntp, piv);