Home
last modified time | relevance | path

Searched refs:M_ADD (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dvint64ops.c94 M_ADD(res.D_s.hi, res.D_s.lo, 0, digit); in strtouv64()
168 M_ADD(res.D_s.hi, res.D_s.lo, rhs->D_s.hi, rhs->D_s.lo); in addv64()
206 M_ADD(res.D_s.hi, res.D_s.lo, -(rhs < 0), rhs); in addv64i32()
244 M_ADD(res.D_s.hi, res.D_s.lo, 0, rhs); in addv64u32()
H A Dntp_calendar.c602 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp); in ntpcal_ntp_to_time()
649 M_ADD(res.D_s.hi, res.D_s.lo, 0, (uint32_t)JAN_1970);/*into NTP */ in ntpcal_ntp_to_ntp()
651 M_ADD(res.D_s.hi, res.D_s.lo, 0, ntp); in ntpcal_ntp_to_ntp()
1202 M_ADD(res.D_s.hi, res.D_s.lo, p2, p1); in _dwjoin()
1209 M_ADD(res.D_s.hi, res.D_s.lo, sf, sf); in _dwjoin()
1216 M_ADD(res.D_s.hi, res.D_s.lo, p2, p1); in _dwjoin()
H A Ddolfptoa.c83 M_ADD(digit, fpv, tmph, tmpl); in dolfptoa()
H A Dprettydate.c106 M_ADD(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h135 #define M_ADD(r_i, r_f, a_i, a_f) /* r += a */ \ macro
189 M_ADD((r_i), (r_f), 0, (uf)) /* let optimizer worry about it */
198 M_ADD((r_i), (r_f), 0, (u_int32)( add_f)); \
228 #define L_ADD(r, a) M_ADD((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf)
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c726 M_ADD(date_ui, tmp, off[i].l_ui, off[i].l_uf); in chufilter()
749 M_ADD(prod_ui, prod_uf, date_ui, tmp); in chufilter()
801 M_ADD(date_ui, tmp, offset_fudge.l_ui, offset_fudge.l_uf); in chufilter()
/freebsd/usr.sbin/pw/
H A Dpw.h39 M_ADD, enumerator
H A Dpw_group.c495 pw_log(cnf, M_ADD, W_GROUP, "%s(%ju)", grp->gr_name, in pw_group_add()
584 pw_log(cnf, M_ADD, W_GROUP, "NIS maps updated"); in pw_group_mod()
H A Dpw_user.c149 pw_log(cnf, update ? M_MODIFY : M_ADD, W_USER, "%s(%ju) home %s made", in create_and_populate_homedir()
1456 pw_log(cnf, M_ADD, W_USER, "%s(%ju):%s(%ju):%s:%s:%s", in pw_user_add()
1498 pw_log(cnf, M_ADD, W_USER, "%s(%ju) new user mail sent", in pw_user_add()
1505 pw_log(cnf, M_ADD, W_USER, "NIS maps updated"); in pw_user_add()