Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c64 LFPTOD(&b1->recv_time, recv_time1); in determine_recv_buf_ordering()
65 LFPTOD(&b2->recv_time, recv_time2); in determine_recv_buf_ordering()
328 LFPTOD(&lfp_host, t1); in simulate_server()
H A Dntp_proto.c2698 LFPTOD(&ci, t34); in process_packet()
2704 LFPTOD(&ci, t21); in process_packet()
2725 LFPTOD(&ci, t34); in process_packet()
2728 LFPTOD(&ci, t21); in process_packet()
2750 LFPTOD(&ci, t34); in process_packet()
2789 LFPTOD(&ci, t34); in process_packet()
2792 LFPTOD(&ci, t21); in process_packet()
4236 LFPTOD(&xmt_ty, peer->xleave); in peer_xmit()
4547 LFPTOD(&xmt_ty, peer->xleave); in peer_xmit()
5255 LFPTOD(&ldiff, diff); in measure_tick_fuzz()
H A Dntp_request.c631 LFPTOD(&ftmp, dtemp); in process_private()
2604 LFPTOD(&ltmp, clock_stat.fudgetime1); in set_clock_fudge()
2609 LFPTOD(&ltmp, clock_stat.fudgetime2); in set_clock_fudge()
H A Drefclock_nmea.c1734 LFPTOD(&t1, dd); in tabsdiffd()
H A Drefclock_chu.c1011 LFPTOD(&tstmp, dtemp); in chu_decode()
H A Dntp_refclock.c511 LFPTOD(&lftemp, doffset); in refclock_process_offset()
H A Drefclock_msfees.c1418 LFPTOD(&offset, doffset); in ees_process()
H A Drefclock_oncore.c1797 LFPTOD(&ts_tmp, dmy); /* convert fractional part to a double */ in oncore_get_timestamp()
H A Dntp_control.c2249 LFPTOD(&sys_authdelay, dtemp); in ctl_putsys()
/freebsd/contrib/ntp/util/
H A Djitter.c49 LFPTOD(&tr, gtod[i]); in main()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c2110 LFPTOD(ts, dtemp); in l_step_systime()
2128 LFPTOD(ts, dtemp); in l_step_systime()
2137 LFPTOD(ts, dtemp); in l_step_systime()
/freebsd/contrib/ntp/sntp/
H A Dmain.c1345 LFPTOD(&tmp, t21); in offset_calculation()
1350 LFPTOD(&tmp, t34); in offset_calculation()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h342 #define LFPTOD(v, d) M_LFPTOD((v)->l_ui, (v)->l_uf, (d)) macro
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c3122 LFPTOD(&interval, avg1); in qcmp_mru_avgint()
3127 LFPTOD(&interval, avg2); in qcmp_mru_avgint()
3310 LFPTOD(&interval, flstint); in mrulist()
3314 LFPTOD(&interval, favgint); in mrulist()
/freebsd/contrib/ntp/
H A DChangeLog2447 * Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
H A DCommitLog[all...]