/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 60 #define L_ADD(v, u) ((v) += (u)) macro 604 L_ADD(time_adj, time_freq); in ntp_update_second() 624 L_ADD(time_adj, ftemp); in ntp_update_second() 702 L_ADD(time_freq, ftemp); in hardupdate() 708 L_ADD(time_freq, ftemp); in hardupdate() 914 L_ADD(pps_freq, ftemp); in hardpps()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 419 L_ADD(&offset_fudge[i], &fudgefactor[i]); in msfees_init() 420 L_ADD(&offset_fudge[i], &inherent_delay[i]); in msfees_init() 507 L_ADD(&offset_fudge[unit], &fudgefactor[unit]); in msfees_start() 508 L_ADD(&offset_fudge[unit], &inherent_delay[unit]); in msfees_start() 946 L_ADD(&diff, &onesec); in ees_receive() 960 L_ADD(&ees->arrvtime, &onesec); in ees_receive() 1173 { L_ADD(&pps_arrvstamp, &inc); in ees_receive() 1174 L_ADD(&ees->arrvtime, &inc); in ees_receive() 1294 L_ADD(&tmp, &tmp); in ees_process() 1310 L_ADD(&offset, &coffs[j]); in ees_process()
|
H A D | refclock_chu.c | 692 L_ADD(&up->timestamp, &up->tick); in chu_audio_receive() 1270 L_ADD(&offset, &up->charstamp); in chu_a()
|
H A D | ntp_refclock.c | 555 L_ADD(&offset, <emp); in refclock_process_f() 1728 L_ADD(rcvtime, delta); in refclock_ppsaugment()
|
H A D | refclock_tsyncpci.c | 645 L_ADD(&offset, <emp); in tsync_poll()
|
H A D | refclock_irig.c | 456 L_ADD(&up->timestamp, &up->tick); in irig_receive()
|
H A D | refclock_wwv.c | 848 L_ADD(&up->timestamp, &up->tick); in wwv_receive()
|
H A D | refclock_oncore.c | 1722 L_ADD(&ts, &ts_tmp); in oncore_get_timestamp()
|
H A D | ntp_io.c | 3487 L_ADD(&nts, &lfpfuzz);
|
H A D | ntp_proto.c | 4572 L_ADD(t, &leap_smear.offset); in leap_smear_add_offs()
|
/freebsd/contrib/ntp/libntp/ |
H A D | systime.c | 239 L_ADD(&result, &lfpfuzz); in get_systime() 546 L_ADD(&fp_ofs, &fp_sys); in step_systime() 557 L_ADD(&fp_sys, &fp_ofs); in step_systime()
|
H A D | ntp_calgps.c | 42 L_ADD(&fpo, &lfp); in ntpfp_with_fudge()
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 526 L_ADD(&offset_fudge, &fudgefactor); in init_chu() 815 L_ADD(&off[imin], &offset_fudge); in chufilter() 817 L_ADD(&off[imax], &offset_fudge); in chufilter()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 228 #define L_ADD(r, a) M_ADD((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf) macro
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 894 L_ADD(&ci, &tmp); in receive() 2043 L_ADD(&offset, &overshoot); in l_adj_systime()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 966 L_ADD(&ts, &delay_time); in sendrequest()
|