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

/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg2.c565 int ExpectedRunningDifference = 0; /* Stable value that we've obtained from check at initial start-up. */ local
2067 printf ("> SecondsRunningDifference = 0x%8.8X, ExpectedRunningDifference = 0x%8.8X.\n",
2068 SecondsRunningDifference, ExpectedRunningDifference);
2077 ExpectedRunningDifference = SecondsRunningDifference;
2084 if ((ExpectedRunningDifference+INITIAL_STABILITY_BAND > SecondsRunningDifference)
2085 && (ExpectedRunningDifference-INITIAL_STABILITY_BAND < SecondsRunningDifference))
2103 if (ExpectedRunningDifference >= SecondsRunningDifference)
2106 printf ("> Was adding cycles, ExpectedRunningDifference >= SecondsRunningDifference, can stop it now.\n");
2121 if (ExpectedRunningDifference <= SecondsRunningDifference)
2124 printf ("> Was removing cycles, ExpectedRunningDifference <
[all...]

Completed in 57 milliseconds