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

  /src/external/bsd/ntp/dist/libntp/
ntp_calgps.c 165 base = (basedate_get_gpsweek() + GPSNTP_WSHIFT) * 7
313 uint32_t base = basedate_get_gpsweek() + GPSNTP_WSHIFT;
367 base = basedate_get_gpsweek() + GPSNTP_WSHIFT;
470 gps.weeks = week + GPSNTP_WSHIFT;
515 retv.weeks = week + GPSNTP_WSHIFT;
  /src/external/bsd/ntp/dist/include/
ntp_calgps.h 35 #define GPSNTP_WSHIFT 4175 /* weeks 1899-31-12 --> 1980-01-06 */
  /src/external/bsd/ntp/dist/tests/libntp/
calendar.c 886 static const int32_t week0 = GPSNTP_WSHIFT + 2047;
887 static const int32_t week1 = GPSNTP_WSHIFT + 2048;

Completed in 46 milliseconds