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

  /src/external/bsd/ntp/dist/include/
ntp_calendar.h 455 #define DAY_GPS_STARTS 722820
465 #define NTP_TO_GPS_DAYS (DAY_GPS_STARTS - DAY_NTP_STARTS)
  /src/external/bsd/ntp/dist/libntp/
ntp_calgps.c 406 /* (-DAY_GPS_STARTS) (mod 7*1024) -- complement of cycle shift */
408 (7 * 1024) - DAY_GPS_STARTS % (7 * 1024);
439 if (days >= DAY_GPS_STARTS) {
441 days -= DAY_GPS_STARTS;
453 * DAY_GPS_STARTS % (7 * 1024) here, that is, use a
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 292 TEST_ASSERT_EQUAL_MESSAGE(DAY_GPS_STARTS, rdn, "(GPS EPOCH)");

Completed in 41 milliseconds