Lines Matching defs:week
104 u_short t_week; /* GPS week */
105 u_short t_weekleap; /* GPS week of next/last week */
106 u_short t_dayleap; /* day in week */
254 u_int week = getshort((unsigned char *)&mb(4));
268 week = basedate_expand_gpsweek(week);
279 gpstolfp((unsigned short)week, (unsigned short)0,
353 (u_short) getshort((unsigned char *)&mb(20))); /* week no of leap correction */
355 t->t_dayleap = (u_short) getshort((unsigned char *)&mb(22)); /* day in week of leap correction */
357 (u_short) getshort((unsigned char *)&mb(18))); /* current week no */