HomeSort by: relevance | last modified time | path
    Searched defs:saw_tooth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 347 s_char saw_tooth; member in struct:instance
1733 /* add in saw_tooth and offset, these will be ZERO if no TRAIM */
1737 /* saw_tooth not really necessary if using TIMEVAL */
2667 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2668 instance->saw_tooth = (s_char) instance->BEHn[14]; /* update for next time Hn[14] */
2669 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */
2674 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2675 instance->saw_tooth = (s_char) instance->BEHn[25]; /* update for next time Bn[25], En[25] */
2676 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */
refclock_oncore.c 347 s_char saw_tooth; member in struct:instance
1733 /* add in saw_tooth and offset, these will be ZERO if no TRAIM */
1737 /* saw_tooth not really necessary if using TIMEVAL */
2667 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2668 instance->saw_tooth = (s_char) instance->BEHn[14]; /* update for next time Hn[14] */
2669 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */
2674 dt1 = instance->saw_tooth + instance->offset; /* dt this time step */
2675 instance->saw_tooth = (s_char) instance->BEHn[25]; /* update for next time Bn[25], En[25] */
2676 dt2 = instance->saw_tooth + instance->offset; /* dt next time step */

Completed in 168 milliseconds