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

  /src/external/bsd/ntp/dist/ntpd/
refclock_datum.c 492 l_fp tstmp; local
712 tstmp = datum_pts->lastref; /* tstmp is the datum ntp time */
713 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */
733 /*LFPTOD(&tstmp, doffset);*/
746 timerr = tstmp.l_ui<<20;
747 timerr |= (tstmp.l_uf>>12) & 0x000fffff;
refclock_jupiter.c 435 l_fp tstmp; local
462 tstmp = tspec_stamp_to_lfp(ts);
463 if (L_ISEQU(&tstmp, &up->rcv_pps))
466 up->rcv_pps = tstmp;
refclock_chu.c 996 l_fp tstmp; /* timestamp temp */ local
1008 tstmp = up->timestamp;
1011 L_SUB(&tstmp, &up->laststamp);
1013 LFPTOD(&tstmp, dtemp);
refclock_ripencc.c 717 l_fp tstmp; local
752 tstmp.l_ui = ts.tv_sec + JAN_1970;
754 tstmp.l_uf = (u_int32)dtemp;
761 *tsptr = tstmp;

Completed in 25 milliseconds