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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_datum.c588 l_fp tstmp; local
805 tstmp = datum_pts->lastref; /* tstmp is the datum ntp time */
806 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */
826 /*LFPTOD(&tstmp, doffset);*/
839 timerr = tstmp.l_ui<<20;
840 timerr |= (tstmp.l_uf>>12) & 0x000fffff;
H A Dntp_refclock.c667 l_fp trtmp, tstmp; local
681 if (buftvtots(dpend - 8, &tstmp)) {
682 L_SUB(&trtmp, &tstmp);
691 L_SUB(&trtmp, &tstmp);
697 trtmp = tstmp;
H A Drefclock_chu.c997 l_fp tstmp; /* timestamp temp */ local
1009 tstmp = up->timestamp;
1012 L_SUB(&tstmp, &up->laststamp);
1014 LFPTOD(&tstmp, dtemp);
H A Drefclock_jupiter.c399 l_fp tstmp; local
429 tstmp.l_ui = ts.tv_sec + JAN_1970;
431 tstmp.l_uf = (u_int32)dtemp;
432 instance->peer->procptr->lastrec = tstmp;
H A Drefclock_parse.c2151 l_fp tstmp;
2153 TVTOTS(&dcd_time, &tstmp);
2154 tstmp.l_ui += JAN_1970;
2155 L_SUB(&ts.fp, &tstmp);
2164 lfptoa(&tstmp, 6));
2169 parse->parseio.parse_dtime.parse_ptime.fp = tstmp;
H A Drefclock_ripencc.c713 l_fp tstmp; local
748 tstmp.l_ui = ts.tv_sec + JAN_1970;
750 tstmp.l_uf = (u_int32)dtemp;
757 *tsptr = tstmp;

Completed in 127 milliseconds