Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/libntp/
HDvint64ops.c79 res.Q_s = res.Q_s * base + digit; in strtouv64()
142 res = (lhs->Q_s > rhs->Q_s) in ucmpv64()
143 - (lhs->Q_s < rhs->Q_s); in ucmpv64()
165 res.Q_s = lhs->Q_s + rhs->Q_s; in addv64()
184 res.Q_s = lhs->Q_s - rhs->Q_s; in subv64()
242 res.Q_s += rhs; in addv64u32()
261 res.Q_s -= rhs; in subv64u32()
HDntp_calendar.c586 res.Q_s -= 0x80000000u; /* unshift of half range */ in ntpcal_ntp_to_time()
589 res.Q_s += (uint64_t)ntp; /* get expanded time */ in ntpcal_ntp_to_time()
635 res.Q_s -= 0x80000000u; /* unshift of half range */ in ntpcal_ntp_to_ntp()
636 res.Q_s += (uint32_t)JAN_1970; /* warp into NTP domain */ in ntpcal_ntp_to_ntp()
638 res.Q_s += (uint64_t)ntp; /* get expanded time */ in ntpcal_ntp_to_ntp()
689 Q = (uint32_t)(sf64 ^ ((sf64 ^ ts->Q_s) / SECSPERDAY)); in ntpcal_daysplit()
690 R = (uint32_t)(ts->Q_s - Q * SECSPERDAY); in ntpcal_daysplit()
702 Q = ~(uint32_t)(~ts->Q_s / SECSPERDAY); in ntpcal_daysplit()
704 Q = (uint32_t)( ts->Q_s / SECSPERDAY); in ntpcal_daysplit()
788 Q = (uint32_t)(sf64 ^ ((sf64 ^ ts->Q_s) / SECSPERWEEK)); in ntpcal_weeksplit()
[all …]
/freebsd-14-stable/contrib/ntp/include/
HDntp_types.h213 u_int64 Q_s; /* unsigned quad scalar */ member
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_timer.c607 leap_smear.intv_end = lsdata.ttime.Q_s; in check_leapsec()