Searched refs:RUNNING_STABILITY_BAND (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c568 #define RUNNING_STABILITY_BAND ( 5) // When running, stability is defined as difference within +/- this value. macro
2135 if ((ExpectedRunningDifference+RUNNING_STABILITY_BAND > SecondsRunningDifference)
2136 && (ExpectedRunningDifference-RUNNING_STABILITY_BAND < SecondsRunningDifference))

Completed in 117 milliseconds