Searched refs:M_ADD (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | vint64ops.c | 96 M_ADD(res.D_s.hi, res.D_s.lo, 0, digit); in strtouv64() 170 M_ADD(res.D_s.hi, res.D_s.lo, rhs->D_s.hi, rhs->D_s.lo); in addv64() 208 M_ADD(res.D_s.hi, res.D_s.lo, -(rhs < 0), rhs); in addv64i32() 246 M_ADD(res.D_s.hi, res.D_s.lo, 0, rhs); in addv64u32()
|
| D | ntp_calendar.c | 604 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp); in ntpcal_ntp_to_time() 651 M_ADD(res.D_s.hi, res.D_s.lo, 0, (uint32_t)JAN_1970);/*into NTP */ in ntpcal_ntp_to_ntp() 653 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp); in ntpcal_ntp_to_ntp() 1204 M_ADD(res.D_s.hi, res.D_s.lo, p2, p1); in _dwjoin() 1211 M_ADD(res.D_s.hi, res.D_s.lo, sf, sf); in _dwjoin() 1218 M_ADD(res.D_s.hi, res.D_s.lo, p2, p1); in _dwjoin()
|
| D | dolfptoa.c | 85 M_ADD(digit, fpv, tmph, tmpl); in dolfptoa()
|
| D | prettydate.c | 108 M_ADD(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_fp.h | 137 #define M_ADD(r_i, r_f, a_i, a_f) /* r += a */ \ macro 191 M_ADD((r_i), (r_f), 0, (uf)) /* let optimizer worry about it */ 200 M_ADD((r_i), (r_f), 0, (u_int32)( add_f)); \ 230 #define L_ADD(r, a) M_ADD((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf)
|
| /netbsd/src/external/bsd/ntp/dist/clockstuff/ |
| D | chutest.c | 728 M_ADD(date_ui, tmp, off[i].l_ui, off[i].l_uf); in chufilter() 751 M_ADD(prod_ui, prod_uf, date_ui, tmp); in chufilter() 803 M_ADD(date_ui, tmp, offset_fudge.l_ui, offset_fudge.l_uf); in chufilter()
|