Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_wwv.c974 static int epopos; /* epoch second sync position buffer */ in wwv_rf() local
1265 epopos = epoch; in wwv_rf()
1274 epopos -= pdelay + TCKCYC * MS; in wwv_rf()
1275 if (epopos < 0) in wwv_rf()
1276 epopos += SECOND; in wwv_rf()
1277 wwv_endpoc(peer, epopos); in wwv_rf()
1398 int epopos /* epoch max position */ in wwv_endpoc() argument
1449 epoch_mf[0] = epopos; in wwv_endpoc()