Searched refs:ucmpv64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dvint64ops.h14 extern int ucmpv64(const vint64 * lhs, const vint64 * rhs);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c227 if (ucmpv64(&ttime, &limit) >= 0) {
301 if (ucmpv64(&ts64, &pt->head.ebase) < 0) {
307 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) {
324 if (ucmpv64(&ts64, &last) >= 0) {
334 fired = ucmpv64(&pt->head.ebase, &last) == 0;
349 if (ucmpv64(&ts64, &pt->head.stime) < 0)
405 return ucmpv64(&pt->head.ttime, &pt->head.stime) >= 0;
584 return ucmpv64(&limit, &pt->head.expire) >= 0;
624 if ( ucmpv64(&et64, &pt->head.expire) <= 0
695 if (ucmpv64(
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Dvint64ops.c152 ucmpv64( function

Completed in 63 milliseconds