Searched refs:L_SUB (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c929 L_SUB(&diff, &ees->arrvtime);
937 L_SUB(&diff, &acceptable_slop);
947 L_SUB(&diff, &ees->arrvtime);
949 L_SUB(&diff, &acceptable_slop);
985 L_SUB(&delta, &ees->last_l);
1169 { L_SUB(&pps_arrvstamp, &inc);
1170 L_SUB(&ees->arrvtime, &inc);
1194 L_SUB(&ees->arrvtime, &offset_fudge[ees->unit]);
1195 L_SUB(&pps_arrvstamp, &offset_fudge[ees->unit]);
1209 L_SUB(
[all...]
H A Dntp_monitor.c350 L_SUB(&interval_fp, &mon->last);
447 L_SUB(&interval_fp, &oldest->last);
H A Drefclock_leitch.c500 L_SUB(&off,&leitch->codetime1);
502 L_SUB(&tmp_fp,&leitch->codetime2);
506 L_SUB(&tmp_fp,&leitch->codetime3);
H A Dntp_proto.c1736 L_SUB(&tdiff, &peer->bxmt);
2525 L_SUB(&ci, &peer->dst);
2529 L_SUB(&ci, &peer->borg);
2531 L_SUB(&ci, &peer->aorg);
2553 L_SUB(&ci, &peer->aorg);
2556 L_SUB(&ci, &peer->borg);
2578 L_SUB(&ci, &peer->dst);
2617 L_SUB(&ci, &peer->dst);
2620 L_SUB(&ci, &p_org);
3985 L_SUB(
[all...]
H A Drefclock_irig.c431 L_SUB(&rbufp->recv_time, &ltemp);
790 L_SUB(&up->chrstamp, &ltemp);
H A Drefclock_datum.c710 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */
H A Drefclock_gpsdjson.c1586 L_SUB(&up->sti_recvt, &up->sti_fudge);
1661 L_SUB(&up->pps_recvt , &up->pps_fudge );
1662 L_SUB(&up->pps_recvt2, &up->pps_fudge2);
1717 L_SUB(&up->sti_recvt, &up->sti_fudge);
1793 L_SUB(&diff, &up->pps_local);
H A Drefclock_chu.c673 L_SUB(&rbufp->recv_time, &ltemp);
1009 L_SUB(&tstmp, &up->laststamp);
1269 L_SUB(&up->tstamp[up->ntstamp], &offset);
H A Dntpd.c1331 L_SUB(&dts, &rbuf->recv_time);
1348 L_SUB(&tsb, &tsa);
H A Drefclock_nmea.c730 L_SUB(&pp_delta, &pp_stamp);
753 L_SUB(&pp_delta, &pp_stamp);
H A Drefclock_true.c576 L_SUB(&off, &pp->lastrec);
H A Drefclock_parse.c2311 L_SUB(&ts.fp, &tstmp);
3555 L_SUB(&off, &parse->timedata.parse_ptime.fp); /* true offset */
3993 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */
4063 L_SUB(&off, &offset); /* true offset */
4114 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */
H A Dntp_refclock.c377 L_SUB(&lftemp, &lastrec);
/freebsd-10.3-release/sys/kern/
H A Dkern_ntptime.c63 #define L_SUB(v, u) ((v) -= (u)) macro
579 L_SUB(time_offset, ftemp);
890 L_SUB(ftemp, pps_freq);
/freebsd-10.3-release/contrib/ntp/libparse/
H A Dclk_trimtsip.c279 L_SUB(&secs, &utcoffset); /* adjust GPS time to UTC time */
H A Dclk_rawdcf.c566 L_SUB(&delt, &base->fp);
H A Dparse.c134 L_SUB(&delt, &parseio->parse_lastchar.fp);
/freebsd-10.3-release/contrib/ntp/tests/libntp/
H A Dtimespecops.c126 L_SUB(&diff, &n);
129 L_SUB(&diff, &m);
H A Dtimevalops.c136 L_SUB(&diff, &n);
139 L_SUB(&diff, &m);
H A Dlfpfunc.c141 L_SUB(&temp, &second);
/freebsd-10.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c868 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/
871 L_SUB(&t23, &org); /* pkt->org == t3 */
888 L_SUB(&t23, &t10);
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_fp.h229 #define L_SUB(r, a) M_SUB((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf) macro
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dsystime.c261 L_SUB(&lfpdelta, &lfp_prev);
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dmain.c1339 L_SUB(&tmp, &p_org);
1344 L_SUB(&tmp, &dst);
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dntpq-subs.c3033 L_SUB(&interval, &pm1->first);
3038 L_SUB(&interval, &pm2->first);
3221 L_SUB(&interval, &recent->last);
3225 L_SUB(&interval, &recent->first);

Completed in 180 milliseconds

12