Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/util/
Dtg2.c569 #define INITIAL_STABILITY_BAND ( 2) // Determining initial stability for co… macro
2084 … if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)
2085 … && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))