Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/libntp/
Dcaltontp.c68 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS, in caltontp()
Dntp_calendar.c1229 ntpcal_dayjoin( in ntpcal_dayjoin() function
1592 join = ntpcal_dayjoin(days, secs); in ntpcal_date_to_time()
1646 return ntpcal_dayjoin(ntpcal_date_to_rd(jd) - DAY_NTP_STARTS, in ntpcal_date_to_ntp64()
1973 return ntpcal_dayjoin(days - DAY_NTP_STARTS, secs); in isocal_date_to_ntp64()
Dntp_calgps.c607 ts64 = ntpcal_dayjoin(gd->days, gd->secs); in gpscal_from_gpsntp()
/freebsd-12-stable/contrib/ntp/include/
Dntp_calendar.h171 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);