Lines Matching refs:mb
227 #define mb(_X_) (buffer[2+(_X_)]) /* shortcut for buffer access */
254 u_int week = getshort((unsigned char *)&mb(4));
258 bp = &mb(0);
273 bp = &mb(6);
321 u_char status = mb(0);
349 int tls = t->t_gpsutc = (u_short) getshort((unsigned char *)&mb(12)); /* current leap correction (GPS-UTC) */
350 int tlsf = t->t_gpsutcleap = (u_short) getshort((unsigned char *)&mb(24)); /* new leap correction */
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 */
359 lbp = (unsigned char *)&mb(14); /* last update time */