Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_wwv.c1391 static int tepoch; /* current second epoch */ in wwv_endpoc() local
1439 tepoch = epoch_mf[1]; /* 0 1 2 */ in wwv_endpoc()
1441 tepoch = epoch_mf[0]; /* 2 0 1 */ in wwv_endpoc()
1443 tepoch = epoch_mf[2]; /* 0 2 1 */ in wwv_endpoc()
1446 tepoch = epoch_mf[1]; /* 2 1 0 */ in wwv_endpoc()
1448 tepoch = epoch_mf[0]; /* 1 0 2 */ in wwv_endpoc()
1450 tepoch = epoch_mf[2]; /* 1 2 0 */ in wwv_endpoc()
1465 tmp2 = (tepoch - xepoch) % WWV_SEC; in wwv_endpoc()
1471 up->yepoch = tepoch; in wwv_endpoc()
1483 up->status, up->gain, tepoch, up->epomax, in wwv_endpoc()
[all …]