Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDsystime.c370 l_fp fp_ofs, fp_sys; /* offset and target system time in FP */ in step_systime() local
414 DTOLFP(sys_residual, &fp_sys); in step_systime()
416 L_ADD(&fp_ofs, &fp_sys); in step_systime()
422 fp_sys = tspec_stamp_to_lfp(timets); in step_systime()
427 L_ADD(&fp_sys, &fp_ofs); in step_systime()
430 timetv = lfp_stamp_to_tval(fp_sys, &pivot); in step_systime()