/freebsd/contrib/ntp/libntp/ |
H A D | vint64ops.c | 94 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 D | ntp_calendar.c | 602 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 D | dolfptoa.c | 83 M_ADD(digit, fpv, tmph, tmpl); in dolfptoa()
|
H A D | prettydate.c | 106 M_ADD(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 135 #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 D | chutest.c | 726 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 D | pw.h | 39 M_ADD, enumerator
|
H A D | pw_group.c | 495 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 D | pw_user.c | 149 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()
|