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

/freebsd-12-stable/contrib/ntp/include/
H A Dvint64ops.h18 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c323 last = addv64i32(&pt->head.dtime, 3); /* get boundary */
332 next = addv64i32(&ts64, qr->warped);
694 era.ebase = addv64i32(&era.ebase, 20);
698 era.ttime = addv64i32(&era.ttime, -20);
890 pt->head.dtime = addv64i32(
/freebsd-12-stable/contrib/ntp/libntp/
H A Dvint64ops.c213 addv64i32( function

Completed in 119 milliseconds