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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_oncore.c347 s_char saw_tooth; member in struct:instance
1730 /* add in saw_tooth and offset, these will be ZERO if no TRAIM */
1734 /* saw_tooth not really necessary if using TIMEVAL */
2664 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2665 instance->saw_tooth = (s_char) instance->BEHn[14]; /* update for next time Hn[14] */
2666 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */
2671 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2672 instance->saw_tooth = (s_char) instance->BEHn[25]; /* update for next time Bn[25], En[25] */
2673 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */

Completed in 87 milliseconds