Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c565 …int ExpectedRunningDifference = 0; /* Stable value that we've obtained from check at initial s… local
2068 SecondsRunningDifference, ExpectedRunningDifference);
2077 ExpectedRunningDifference = SecondsRunningDifference;
2084 if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)
2085 && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))
2103 if (ExpectedRunningDifference >= SecondsRunningDifference)
2121 if (ExpectedRunningDifference <= SecondsRunningDifference)
2137 if ((ExpectedRunningDifference+RUNNING_STABILITY_BAND > SecondsRunningDifference)
2138 && (ExpectedRunningDifference-RUNNING_STABILITY_BAND < SecondsRunningDifference))
2145 if (ExpectedRunningDifference > SecondsRunningDifference)
[all …]