/freebsd/contrib/ntp/ntpd/ |
H A D | ntpsim.c | 335 DTOLFP(t2, &lfp_host); in simulate_server() 337 DTOLFP(t3, &lfp_host); in simulate_server() 453 DTOLFP(simclock.local_time, &rbuf->recv_time); in sim_event_recv_packet() 535 DTOLFP(simclock.local_time, now);
|
H A D | refclock_irig.c | 373 DTOLFP(1. / SECOND, &up->tick); in irig_start() 430 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in irig_receive() 788 DTOLFP(dtemp, <emp); in irig_baud()
|
H A D | ntp_refclock.c | 554 DTOLFP(pp->nsec / 1e9, <emp); in refclock_process_f() 1411 DTOLFP(pp->filter[u - 2], &bug->times[u]); in refclock_buginfo() 1673 DTOLFP(rcvfudge, delta); in refclock_ppsaugment() 1697 DTOLFP(ppsfudge, delta); in refclock_ppsaugment() 1737 DTOLFP(rcvfudge, delta); in refclock_ppsaugment()
|
H A D | refclock_tsyncpci.c | 598 DTOLFP(((double)TimeContext.tv.tv_usec / 1000000.0), &pp->lastrec); in tsync_poll() 644 DTOLFP(pp->nsec / 1e9, <emp); in tsync_poll()
|
H A D | ntp_request.c | 783 DTOLFP(pp->offset, <mp); in list_peers_sum() 919 DTOLFP(pp->filter_offset[j], <mp); in peer_info() 927 DTOLFP(pp->offset, <mp); in peer_info() 1270 DTOLFP(last_offset, <mp); in loop_info() 1272 DTOLFP(drift_comp * 1e6, <mp); in loop_info() 2543 DTOLFP(clock_stat.fudgetime1, <mp); in get_clock_info() 2545 DTOLFP(clock_stat.fudgetime2, <mp); in get_clock_info()
|
H A D | refclock_chu.c | 535 DTOLFP(CHAR, &up->charstamp); in chu_start() 555 DTOLFP(1. / SECOND, &up->tick); in chu_start() 672 DTOLFP((double)rbufp->recv_length / SECOND, <emp); in chu_audio_receive()
|
H A D | refclock_gpsdjson.c | 809 DTOLFP(pp->fudgetime1, &up->pps_fudge2); in gpsd_control() 814 DTOLFP(pp->fudgetime1, &up->pps_fudge); in gpsd_control() 815 DTOLFP(pp->fudgetime2, &up->sti_fudge); in gpsd_control()
|
H A D | ntp_timer.c | 648 DTOLFP(leap_smear.doffset, &leap_smear.offset); in check_leapsec()
|
H A D | refclock_wwv.c | 695 DTOLFP(1. / WWV_SEC, &up->tick); in wwv_start() 810 DTOLFP((double)rbufp->recv_length / WWV_SEC, <emp); in wwv_receive()
|
H A D | refclock_oncore.c | 1719 DTOLFP(dmy, &ts); in oncore_get_timestamp() 1721 DTOLFP(dmy, &ts_tmp); in oncore_get_timestamp() 1725 DTOLFP(dmy, &ts); in oncore_get_timestamp()
|
H A D | ntp_io.c | 3488 DTOLFP(fuzz, &lfpfuzz);
|
H A D | ntp_proto.c | 5244 DTOLFP(MINSTEP, &minstep); in init_proto()
|
/freebsd/contrib/ntp/libntp/ |
H A D | systime.c | 238 DTOLFP(dfuzz, &lfpfuzz); in get_systime() 544 DTOLFP(sys_residual, &fp_sys); in step_systime() 545 DTOLFP(step, &fp_ofs); in step_systime()
|
H A D | ntp_calgps.c | 41 DTOLFP(ofs, &fpo); in ntpfp_with_fudge()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 341 #define DTOLFP(d, v) M_DTOLFP((d), (v)->l_ui, (v)->l_uf) macro
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2447 * Use 64-bit scalars in LFPTOD() and DTOLFP() on more platforms by
|
H A D | CommitLog | [all...] |