Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_calendar.h102 #define GPSWEEKS 1024 /* GPS week cycle */ macro
Dparse.h113 #define GPSWEEKS 1024 /* number of weeks until the GPS epch rolls over */ macro
/netbsd/src/external/bsd/ntp/dist/libntp/
Dntp_calendar.c2126 #if GPSWEEKS != 1024 in basedate_expand_gpsweek()
2127 # error GPSWEEKS defined wrong -- should be 1024! in basedate_expand_gpsweek()
2131 diff = ((uint32_t)weekno - s_gpsweek) & (GPSWEEKS - 1); in basedate_expand_gpsweek()
Dntp_calgps.c368 week = base + ((week - base) & (GPSWEEKS - 1)); in _gpscal_fix_gps_era()