Home
last modified time | relevance | path

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

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