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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c266 int frmcnt; /* bit count in second */ member in struct:irigunit
868 if (up->frmcnt != 1)
870 up->frmcnt = 1;
874 if (up->frmcnt % SUBFLD == 0) {
882 if (up->frmcnt == 10)
889 if (up->frmcnt == 0) {
965 up->frmcnt = (up->frmcnt + 1) % FIELD;

Completed in 89 milliseconds