Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_wwv.c1414 static int avginc; /* averaging ratchet */ in wwv_endpoc() local
1564 if (avginc < 3) { in wwv_endpoc()
1565 avginc++; in wwv_endpoc()
1569 avginc = 0; in wwv_endpoc()
1574 if (avginc > -3) { in wwv_endpoc()
1575 avginc--; in wwv_endpoc()
1579 avginc = 0; in wwv_endpoc()