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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_datum.c489 l_fp tstmp; local
708 tstmp = datum_pts->lastref; /* tstmp is the datum ntp time */
709 L_SUB(&tstmp, &datum_pts->lastrec); /* tstmp is now the correction */
729 /*LFPTOD(&tstmp, doffset);*/
742 timerr = tstmp.l_ui<<20;
743 timerr |= (tstmp.l_uf>>12) & 0x000fffff;
H A Drefclock_jupiter.c400 l_fp tstmp; local
430 tstmp.l_ui = (u_int32)ts.tv_sec + JAN_1970;
432 tstmp.l_uf = (u_int32)dtemp;
433 instance->peer->procptr->lastrec = tstmp;
H A Drefclock_chu.c994 l_fp tstmp; /* timestamp temp */ local
1006 tstmp = up->timestamp;
1009 L_SUB(&tstmp, &up->laststamp);
1011 LFPTOD(&tstmp, dtemp);
H A Drefclock_parse.c2307 l_fp tstmp;
2309 TVTOTS(&dcd_time, &tstmp);
2310 tstmp.l_ui += JAN_1970;
2311 L_SUB(&ts.fp, &tstmp);
2320 lfptoa(&tstmp, 6));
2325 parse->parseio.parse_dtime.parse_ptime.fp = tstmp;
H A Drefclock_ripencc.c715 l_fp tstmp; local
750 tstmp.l_ui = ts.tv_sec + JAN_1970;
752 tstmp.l_uf = (u_int32)dtemp;
759 *tsptr = tstmp;

Completed in 114 milliseconds