Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/libntp/
HDsystime.c81 double sys_residual = 0; /* adjustment residue (s) */ variable
320 dtemp = now + sys_residual; in adj_systime()
343 sys_residual = dtemp - adjtv.tv_usec * 1.e-6; in adj_systime()
353 sys_residual = -sys_residual; in adj_systime()
544 DTOLFP(sys_residual, &fp_sys); in step_systime()
573 sys_residual = 0; in step_systime()
656 sys_residual = 0; in clamp_systime()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntpsim.c29 static double sys_residual = 0; /* adjustment residue (s) */ variable
565 dtemp = now + sys_residual;
575 sys_residual = dtemp;
585 sys_residual = -sys_residual;
/freebsd-14-stable/contrib/ntp/util/
HDjitter.c24 double sys_residual; variable
125 dtemp += sys_residual; in get_systime()
/freebsd-14-stable/contrib/ntp/
HDChangeLog2131 sys_residual.
3383 * [Bug 2086] get_systime() should not offset by sys_residual.
HDCommitLog-4.1.04424 sys_residual): Likewise.
HDNEWS3536 * get_systime() updated to exclude sys_residual offset (which only
7302 * get_systime() updated to exclude sys_residual offset (which only
HDCommitLog115907 [Bug 2086] get_systime() should not offset by sys_residual.
115910 [Bug 2086] get_systime() should not offset by sys_residual.
115913 [Bug 2086] get_systime() should not offset by sys_residual.