Home
last modified time | relevance | path

Searched refs:L_SUB (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c929 L_SUB(&diff, &ees->arrvtime); in ees_receive()
937 L_SUB(&diff, &acceptable_slop); in ees_receive()
947 L_SUB(&diff, &ees->arrvtime); in ees_receive()
949 L_SUB(&diff, &acceptable_slop); in ees_receive()
985 L_SUB(&delta, &ees->last_l); in ees_receive()
1169 { L_SUB(&pps_arrvstamp, &inc); in ees_receive()
1170 L_SUB(&ees->arrvtime, &inc); in ees_receive()
1194 L_SUB(&ees->arrvtime, &offset_fudge[ees->unit]); in ees_receive()
1195 L_SUB(&pps_arrvstamp, &offset_fudge[ees->unit]); in ees_receive()
1209 L_SUB(&ees->codeoffsets[n_sample], &ees->arrvtime); in ees_receive()
[all …]
H A Drefclock_leitch.c500 L_SUB(&off,&leitch->codetime1); in leitch_process()
502 L_SUB(&tmp_fp,&leitch->codetime2); in leitch_process()
506 L_SUB(&tmp_fp,&leitch->codetime3); in leitch_process()
H A Dntp_monitor.c353 L_SUB(&interval_fp, &mon->last); in ntp_monitor()
450 L_SUB(&interval_fp, &oldest->last); in ntp_monitor()
H A Dntp_proto.c1883 L_SUB(&tdiff, &peer->bxmt); in receive()
2697 L_SUB(&ci, &peer->dst); in process_packet()
2701 L_SUB(&ci, &peer->borg); in process_packet()
2703 L_SUB(&ci, &peer->aorg); in process_packet()
2724 L_SUB(&ci, &peer->aorg); in process_packet()
2727 L_SUB(&ci, &peer->borg); in process_packet()
2749 L_SUB(&ci, &peer->dst); in process_packet()
2788 L_SUB(&ci, &peer->dst); in process_packet()
2791 L_SUB(&ci, &p_org); in process_packet()
4235 L_SUB(&xmt_ty, &xmt_tx); in peer_xmit()
[all …]
H A Dntp_refclock.c510 L_SUB(&lftemp, &lastrec); in refclock_process_offset()
1674 L_SUB(rcvtime, delta); in refclock_ppsaugment()
1698 L_SUB(stamp, delta); in refclock_ppsaugment()
1704 L_SUB(delta, rcvtime); in refclock_ppsaugment()
1738 L_SUB(rcvtime, delta); in refclock_ppsaugment()
H A Drefclock_gpsdjson.c1605 L_SUB(&up->sti_recvt, &up->sti_fudge); in process_tpv()
1680 L_SUB(&up->pps_recvt , &up->pps_fudge ); in process_pps()
1681 L_SUB(&up->pps_recvt2, &up->pps_fudge2); in process_pps()
1736 L_SUB(&up->sti_recvt, &up->sti_fudge); in process_toff()
1812 L_SUB(&diff, &up->pps_local); in gpsd_parse()
H A Drefclock_irig.c431 L_SUB(&rbufp->recv_time, &ltemp); in irig_receive()
790 L_SUB(&up->chrstamp, &ltemp); in irig_baud()
H A Drefclock_chu.c673 L_SUB(&rbufp->recv_time, &ltemp); in chu_audio_receive()
1009 L_SUB(&tstmp, &up->laststamp); in chu_decode()
1269 L_SUB(&up->tstamp[up->ntstamp], &offset); in chu_a()
H A Drefclock_datum.c711 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */ in datum_pts_receive()
H A Dntpd.c1536 L_SUB(&dts, &rbuf->recv_time);
1553 L_SUB(&tsb, &tsa);
H A Drefclock_true.c570 L_SUB(&off, &pp->lastrec); in true_receive()
H A Drefclock_parse.c2312 L_SUB(&ts.fp, &tstmp); in local_input()
3572 L_SUB(&off, &parse->timedata.parse_ptime.fp); /* true offset */ in parse_control()
4010 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */ in parse_process()
4080 L_SUB(&off, &offset); /* true offset */ in parse_process()
4131 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */ in parse_process()
H A Drefclock_arc.c1012 L_SUB(&diff, &timestamp); in arc_receive()
H A Drefclock_jupiter.c324 L_SUB(&delta, &up->rcv_next); /* recv time pulse message */ in jupiter_checkpps()
H A Drefclock_nmea.c1733 L_SUB(&t1, &t2); in tabsdiffd()
H A Dntp_io.c3490 L_SUB(&dts, &nts);
3940 L_SUB(&ts_e, &ts);
/freebsd/sys/kern/
H A Dkern_ntptime.c61 #define L_SUB(v, u) ((v) -= (u)) macro
603 L_SUB(time_offset, ftemp); in ntp_update_second()
877 L_SUB(ftemp, pps_freq); in hardpps()
/freebsd/contrib/ntp/libparse/
H A Dclk_trimtsip.c277 L_SUB(&secs, &utcoffset); /* adjust GPS time to UTC time */ in cvt_trimtsip()
H A Dclk_rawdcf.c621 L_SUB(&delt, &base->fp); in calc_usecdiff()
H A Dparse.c134 L_SUB(&delt, &parseio->parse_lastchar.fp); in parse_timedout()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c880 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ in receive()
883 L_SUB(&t23, &org); /* pkt->org == t3 */ in receive()
900 L_SUB(&t23, &t10); in receive()
/freebsd/contrib/ntp/libntp/
H A Dsystime.c260 L_SUB(&lfpdelta, &lfp_prev); in get_systime()
/freebsd/contrib/ntp/sntp/
H A Dmain.c1344 L_SUB(&tmp, &p_org); in offset_calculation()
1349 L_SUB(&tmp, &dst); in offset_calculation()
/freebsd/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/contrib/ntp/ntpq/
H A Dntpq-subs.c3121 L_SUB(&interval, &pm1->first); in qcmp_mru_avgint()
3126 L_SUB(&interval, &pm2->first); in qcmp_mru_avgint()
3309 L_SUB(&interval, &recent->last); in mrulist()
3313 L_SUB(&interval, &recent->first); in mrulist()

12