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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dcaltontp.c64 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS,
H A Dntp_calendar.c1097 ntpcal_dayjoin( function
1457 join = ntpcal_dayjoin(days, secs);
1511 return ntpcal_dayjoin(ntpcal_date_to_rd(jd) - DAY_NTP_STARTS,
1814 return ntpcal_dayjoin(days - DAY_NTP_STARTS, secs);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_calendar.h158 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c1814 retv.l_ui = ntpcal_dayjoin(gps_day, gps_sec).D_s.lo;
1872 retv.l_ui = ntpcal_dayjoin(adj_day, gps_sec).D_s.lo;
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c249 merge = ntpcal_dayjoin(day, sec);

Completed in 200 milliseconds