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

/freebsd-10.3-release/sys/kern/
H A Dkern_ntptime.c62 #define L_ADD(v, u) ((v) += (u)) macro
580 L_ADD(time_adj, time_freq);
600 L_ADD(time_adj, ftemp);
708 L_ADD(time_freq, ftemp);
714 L_ADD(time_freq, ftemp);
927 L_ADD(pps_freq, ftemp);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c419 L_ADD(&offset_fudge[i], &fudgefactor[i]);
420 L_ADD(&offset_fudge[i], &inherent_delay[i]);
507 L_ADD(&offset_fudge[unit], &fudgefactor[unit]);
508 L_ADD(&offset_fudge[unit], &inherent_delay[unit]);
946 L_ADD(&diff, &onesec);
960 L_ADD(&ees->arrvtime, &onesec);
1173 { L_ADD(&pps_arrvstamp, &inc);
1174 L_ADD(&ees->arrvtime, &inc);
1294 L_ADD(&tmp, &tmp);
1310 L_ADD(
[all...]
H A Drefclock_irig.c456 L_ADD(&up->timestamp, &up->tick);
H A Drefclock_tsyncpci.c645 L_ADD(&offset, &ltemp);
H A Drefclock_chu.c692 L_ADD(&up->timestamp, &up->tick);
1270 L_ADD(&offset, &up->charstamp);
H A Dntp_refclock.c421 L_ADD(&offset, &ltemp);
H A Drefclock_wwv.c848 L_ADD(&up->timestamp, &up->tick);
H A Dntp_io.c3389 L_ADD(&nts, &lfpfuzz);
H A Dntp_proto.c4324 L_ADD(t, &leap_smear.offset);
H A Drefclock_oncore.c1718 L_ADD(&ts, &ts_tmp);
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dsystime.c240 L_ADD(&result, &lfpfuzz);
547 L_ADD(&fp_ofs, &fp_sys);
558 L_ADD(&fp_sys, &fp_ofs);
/freebsd-10.3-release/contrib/ntp/clockstuff/
H A Dchutest.c526 L_ADD(&offset_fudge, &fudgefactor);
815 L_ADD(&off[imin], &offset_fudge);
817 L_ADD(&off[imax], &offset_fudge);
/freebsd-10.3-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c132 L_ADD(&temp, &second);
/freebsd-10.3-release/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-10.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c882 L_ADD(&ci, &tmp);
2035 L_ADD(&offset, &overshoot);
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c940 L_ADD(&ts, &delay_time);

Completed in 173 milliseconds