Home
last modified time | relevance | path

Searched refs:Q_s (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ntp/libntp/
HDvint64ops.c97 res.Q_s = res.Q_s * base + digit; in strtouv64()
160 res = (lhs->Q_s > rhs->Q_s) in ucmpv64()
161 - (lhs->Q_s < rhs->Q_s); in ucmpv64()
183 res.Q_s = lhs->Q_s + rhs->Q_s; in addv64()
202 res.Q_s = lhs->Q_s - rhs->Q_s; in subv64()
260 res.Q_s += rhs; in addv64u32()
279 res.Q_s -= rhs; in subv64u32()
HDntp_calendar.c571 res.Q_s -= 0x80000000; /* unshift of half range */ in ntpcal_ntp_to_time()
574 res.Q_s += (uint64_t)ntp; /* get expanded time */ in ntpcal_ntp_to_time()
620 res.Q_s -= 0x80000000; /* unshift of half range */ in ntpcal_ntp_to_ntp()
621 res.Q_s += (uint32_t)JAN_1970; /* warp into NTP domain */ in ntpcal_ntp_to_ntp()
623 res.Q_s += (uint64_t)ntp; /* get expanded time */ in ntpcal_ntp_to_ntp()
676 Q = ~(uint32_t)(~ts->Q_s / SECSPERDAY); in ntpcal_daysplit()
678 Q = (uint32_t)(ts->Q_s / SECSPERDAY); in ntpcal_daysplit()
/NextBSD/contrib/ntp/include/
HDntp_types.h206 u_int64 Q_s; /* unsigned quad scalar */ member
/NextBSD/contrib/ntp/ntpd/
HDntp_timer.c570 leap_smear.intv_end = lsdata.ttime.Q_s; in check_leapsec()