Home
last modified time | relevance | path

Searched refs:M_SUB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dvint64ops.c187 M_SUB(res.D_s.hi, res.D_s.lo, rhs->D_s.hi, rhs->D_s.lo); in subv64()
225 M_SUB(res.D_s.hi, res.D_s.lo, -(rhs < 0), rhs); in subv64i32()
263 M_SUB(res.D_s.hi, res.D_s.lo, 0, rhs); in subv64u32()
H A Dprettydate.c110 M_SUB(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
H A Dntp_calendar.c599 M_SUB(res.D_s.hi, res.D_s.lo, 0, 0x80000000u); in ntpcal_ntp_to_time()
648 M_SUB(res.D_s.hi, res.D_s.lo, 0, 0x80000000u); in ntpcal_ntp_to_ntp()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h156 #define M_SUB(r_i, r_f, a_i, a_f) /* r -= a */ \ macro
192 M_SUB((r_i), (r_f), 0, (uf)) /* let optimizer worry about it */
200 M_SUB((r_i), (r_f), 0, (u_int32)(-add_f)); \
229 #define L_SUB(r, a) M_SUB((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf)
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c704 M_SUB(off[i].l_ui, off[i].l_uf, tmp, tmp2); in chufilter()