Home
last modified time | relevance | path

Searched refs:L_ADD (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ntptime.c60 #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()
913 L_ADD(pps_freq, ftemp); in hardpps()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c419 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 Drefclock_chu.c692 L_ADD(&up->timestamp, &up->tick); in chu_audio_receive()
1270 L_ADD(&offset, &up->charstamp); in chu_a()
H A Dntp_refclock.c555 L_ADD(&offset, &ltemp); in refclock_process_f()
1728 L_ADD(rcvtime, delta); in refclock_ppsaugment()
H A Drefclock_tsyncpci.c645 L_ADD(&offset, &ltemp); in tsync_poll()
H A Drefclock_irig.c456 L_ADD(&up->timestamp, &up->tick); in irig_receive()
H A Drefclock_wwv.c848 L_ADD(&up->timestamp, &up->tick); in wwv_receive()
H A Drefclock_oncore.c1722 L_ADD(&ts, &ts_tmp); in oncore_get_timestamp()
H A Dntp_io.c3489 L_ADD(&nts, &lfpfuzz);
H A Dntp_proto.c4572 L_ADD(t, &leap_smear.offset); in leap_smear_add_offs()
/freebsd/contrib/ntp/libntp/
H A Dsystime.c239 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 Dntp_calgps.c42 L_ADD(&fpo, &lfp); in ntpfp_with_fudge()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c526 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 Dntp_fp.h228 #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 Dntpdate.c894 L_ADD(&ci, &tmp); in receive()
2043 L_ADD(&offset, &overshoot); in l_adj_systime()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c966 L_ADD(&ts, &delay_time); in sendrequest()