Searched refs:yearstart (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | clocktime.c | 61 u_long *yearstart, /* cached start-of-year, should be fixed to u_int32 */ in clocktime() argument 84 if (*yearstart) { in clocktime() 86 test[0] = (u_int32)(*yearstart) + tmp; in clocktime() 125 *yearstart = ystt[min]; in clocktime()
|
| /netbsd-src/external/bsd/ntp/dist/clockstuff/ |
| H A D | chutest.c | 505 static u_long yearstart; variable 530 yearstart = 0; in init_chu() 636 date_ui = tmp + yearstart; in chufilter() 647 if (date_ui != yearstart) { in chufilter() 648 yearstart = date_ui; in chufilter() 658 ts.l_ui = yearstart; in chufilter() 671 if ((rtime->l_ui - yearstart) < CLOCK_WAYTOOBIG) { in chufilter() 673 date_ui += calyearstart(yearstart - CLOCK_WAYTOOBIG, in chufilter() 685 date_ui += calyearstart(yearstart + (400 * SECSPERDAY), in chufilter()
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | refclock_datum.c | 138 u_long yearstart; /* the year that this clock started */ member 251 datum_pts->yearstart = 0; /* initialize the yearstart to 0 */ in datum_pts_start() 629 &datum_pts->yearstart, in datum_pts_receive() 670 &datum_pts->yearstart, in datum_pts_receive() 680 datum_pts->yearstart, in datum_pts_receive()
|
| H A D | refclock_msfees.c | 270 u_long yearstart; /* start of current year */ member 870 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
|