Home
last modified time | relevance | path

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

12

/NextBSD/contrib/ntp/ntpd/
HDrefclock_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 …]
HDrefclock_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()
HDntp_monitor.c350 L_SUB(&interval_fp, &mon->last); in ntp_monitor()
447 L_SUB(&interval_fp, &oldest->last); in ntp_monitor()
HDntp_proto.c1795 L_SUB(&ci, &peer->dst); in process_packet()
1799 L_SUB(&ci, &peer->borg); in process_packet()
1801 L_SUB(&ci, &peer->aorg); in process_packet()
1823 L_SUB(&ci, &peer->aorg); in process_packet()
1826 L_SUB(&ci, &peer->borg); in process_packet()
1845 L_SUB(&ci, &peer->dst); in process_packet()
1872 L_SUB(&ci, &peer->dst); in process_packet()
1875 L_SUB(&ci, &p_org); in process_packet()
3233 L_SUB(&xmt_ty, &xmt_tx); in peer_xmit()
3544 L_SUB(&xmt_ty, &xmt_tx); in peer_xmit()
[all …]
HDrefclock_gpsdjson.c1588 L_SUB(&up->sti_recvt, &up->sti_fudge); in process_tpv()
1663 L_SUB(&up->pps_recvt , &up->pps_fudge ); in process_pps()
1664 L_SUB(&up->pps_recvt2, &up->pps_fudge2); in process_pps()
1719 L_SUB(&up->sti_recvt, &up->sti_fudge); in process_toff()
1795 L_SUB(&diff, &up->pps_local); in gpsd_parse()
HDrefclock_irig.c431 L_SUB(&rbufp->recv_time, &ltemp); in irig_receive()
790 L_SUB(&up->chrstamp, &ltemp); in irig_baud()
HDrefclock_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()
HDrefclock_datum.c709 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */ in datum_pts_receive()
HDntpd.c1275 L_SUB(&dts, &rbuf->recv_time);
1292 L_SUB(&tsb, &tsa);
HDrefclock_nmea.c730 L_SUB(&pp_delta, &pp_stamp); in refclock_ppsrelate()
753 L_SUB(&pp_delta, &pp_stamp); in refclock_ppsrelate()
HDrefclock_true.c576 L_SUB(&off, &pp->lastrec); in true_receive()
HDrefclock_parse.c2311 L_SUB(&ts.fp, &tstmp); in local_input()
3555 L_SUB(&off, &parse->timedata.parse_ptime.fp); /* true offset */ in parse_control()
3987 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */ in parse_process()
4057 L_SUB(&off, &offset); /* true offset */ in parse_process()
4108 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */ in parse_process()
HDrefclock_arc.c1009 L_SUB(&diff, &timestamp); in arc_receive()
/NextBSD/sys/kern/
HDkern_ntptime.c63 #define L_SUB(v, u) ((v) -= (u)) macro
579 L_SUB(time_offset, ftemp); in ntp_update_second()
890 L_SUB(ftemp, pps_freq);
/NextBSD/contrib/ntp/tests/libntp/
HDtimevalops.c138 L_SUB(&diff, &n); in AssertFpClose()
141 L_SUB(&diff, &m); in AssertFpClose()
HDtimespecops.c128 L_SUB(&diff, &n); in AssertFpClose()
131 L_SUB(&diff, &m); in AssertFpClose()
HDlfpfunc.c144 L_SUB(&temp, &second); in l_fp_subtract()
/NextBSD/contrib/ntp/libparse/
HDclk_trimtsip.c279 L_SUB(&secs, &utcoffset); /* adjust GPS time to UTC time */ in cvt_trimtsip()
HDclk_rawdcf.c566 L_SUB(&delt, &base->fp); in calc_usecdiff()
HDparse.c134 L_SUB(&delt, &parseio->parse_lastchar.fp); in parse_timedout()
/NextBSD/contrib/ntp/libntp/
HDsystime.c257 L_SUB(&lfpdelta, &result); in get_systime()
/NextBSD/contrib/ntp/ntpdate/
HDntpdate.c868 L_SUB(&t10, &rbufp->recv_time); /* recv_time == t0*/ in receive()
871 L_SUB(&t23, &org); /* pkt->org == t3 */ in receive()
888 L_SUB(&t23, &t10); in receive()
/NextBSD/contrib/ntp/sntp/
HDmain.c1329 L_SUB(&tmp, &p_org); in offset_calculation()
1334 L_SUB(&tmp, &dst); in offset_calculation()
/NextBSD/contrib/ntp/include/
HDntp_fp.h229 #define L_SUB(r, a) M_SUB((r)->l_ui, (r)->l_uf, (a)->l_ui, (a)->l_uf) macro
/NextBSD/contrib/ntp/ntpq/
HDntpq-subs.c2995 L_SUB(&interval, &pm1->first); in qcmp_mru_avgint()
3000 L_SUB(&interval, &pm2->first); in qcmp_mru_avgint()
3182 L_SUB(&interval, &recent->last); in mrulist()
3186 L_SUB(&interval, &recent->first); in mrulist()

12