Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/libntp/
H A Dcaltontp.c66 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS, in caltontp()
H A Dntp_calendar.c1231 ntpcal_dayjoin( in ntpcal_dayjoin() function
1594 join = ntpcal_dayjoin(days, secs); in ntpcal_date_to_time()
1648 return ntpcal_dayjoin(ntpcal_date_to_rd(jd) - DAY_NTP_STARTS, in ntpcal_date_to_ntp64()
1975 return ntpcal_dayjoin(days - DAY_NTP_STARTS, secs); in isocal_date_to_ntp64()
H A Dntp_calgps.c609 ts64 = ntpcal_dayjoin(gd->days, gd->secs); in gpscal_from_gpsntp()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_calendar.h173 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);
/netbsd/external/bsd/ntp/dist/tests/libntp/
H A Dcalendar.c311 merge = ntpcal_dayjoin(day, sec); in test_DaySplitMerge()