Home
last modified time | relevance | path

Searched refs:HRSPERDAY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_calendar.h89 #define HRSPERDAY (24) /* hours per day */ macro
94 #define SECSPERDAY (SECSPERHR * HRSPERDAY)
/freebsd/contrib/ntp/libntp/
H A Dclocktime.c74 HRSPERDAY * ((int32)yday - 1)))); in clocktime()
H A Dntp_calendar.c849 ud = uh / HRSPERDAY; in priv_timesplit()
855 split[0] = (int32_t)(uh - ud * HRSPERDAY ); in priv_timesplit()