Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dvint64ops.h18 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs);
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_leapsec.c323 last = addv64i32(&pt->head.dtime, 3); /* get boundary */ in leapsec_query()
332 next = addv64i32(&ts64, qr->warped); in leapsec_query()
691 era.ebase = addv64i32(&era.ebase, 20); in leapsec_autokey_tai()
695 era.ttime = addv64i32(&era.ttime, -20); in leapsec_autokey_tai()
877 pt->head.dtime = addv64i32( in reload_limits()
/freebsd-9-stable/contrib/ntp/libntp/
Dvint64ops.c213 addv64i32( in addv64i32() function