Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/libntp/
Dcaltontp.c70 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS, in caltontp()
Dntp_calendar.c1230 ntpcal_dayjoin( in ntpcal_dayjoin() function
1593 join = ntpcal_dayjoin(days, secs); in ntpcal_date_to_time()
1647 return ntpcal_dayjoin(ntpcal_date_to_rd(jd) - DAY_NTP_STARTS, in ntpcal_date_to_ntp64()
1974 return ntpcal_dayjoin(days - DAY_NTP_STARTS, secs); in isocal_date_to_ntp64()
Dntp_calgps.c609 ts64 = ntpcal_dayjoin(gd->days, gd->secs); in gpscal_from_gpsntp()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_calendar.h173 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dcalendar.c311 merge = ntpcal_dayjoin(day, sec); in test_DaySplitMerge()