HomeSort by: relevance | last modified time | path
    Searched refs:tstmp (Results 1 - 5 of 5) 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_parse.c 2310 l_fp tstmp;
2312 TVTOTS(&dcd_time, &tstmp);
2313 tstmp.l_ui += JAN_1970;
2314 L_SUB(&ts.fp, &tstmp);
2323 lfptoa(&tstmp, 6));
2328 parse->parseio.parse_dtime.parse_ptime.fp = tstmp;
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 27 milliseconds