Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Dtg2.c567 #define INITIAL_STABILITY_BAND ( 2) // Determining initial stability for consecutive differences w… macro
2082 if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)
2083 && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))