Searched refs:day1tab (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/ntp/libntp/ |
| HD | ymd2yd.c | 13 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 31 t = day1tab; /* not a leap year */ in ymd2yd()
|
| /trueos/contrib/ntp/ntpd/ |
| HD | refclock_heath.c | 177 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 361 if (day > day1tab[month - 1]) { in heath_receive() 366 day += day1tab[i]; in heath_receive()
|
| HD | refclock_hpgps.c | 110 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 470 if (day > day1tab[month - 1]) { in hpgps_receive() 474 for (i = 0; i < month - 1; i++) day += day1tab[i]; in hpgps_receive()
|
| HD | refclock_nmea.c | 80 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 629 if (day > day1tab[month - 1]) { in nmea_receive() 634 day += day1tab[i]; in nmea_receive()
|
| HD | refclock_mx4200.c | 1136 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 1183 if (day > day1tab[month - 1]) { in mx4200_jday() 1187 day += day1tab[i]; in mx4200_jday()
|
| HD | refclock_ripencc.c | 457 static int day1tab[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; variable 1462 if (day > day1tab[month - 1]) 1465 day += day1tab[i];
|