HomeSort by: relevance | last modified time | path
    Searched refs:HRSPERDAY (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
clocktime.c 76 HRSPERDAY * ((int32)yday - 1))));
ntp_calendar.c 851 ud = uh / HRSPERDAY;
857 split[0] = (int32_t)(uh - ud * HRSPERDAY );
  /src/external/bsd/ntp/dist/include/
ntp_calendar.h 91 #define HRSPERDAY (24) /* hours per day */
96 #define SECSPERDAY (SECSPERHR * HRSPERDAY)

Completed in 19 milliseconds