Lines Matching defs:bGetShort
1282 bGetShort(
1381 #define bGetShort(bp) (*(short*)(bp))
1484 if (bGetShort(&buf[1]) != 0) {
1505 year = bGetShort(&buf[16]);
1612 if (bGetShort(&buf[1]) != 0)
1633 year = bGetShort(&buf[13]);
1635 utcoff = bGetShort(&buf[16]);
1746 dt_ls = bGetShort (&buf[12]);
1748 wn_t = bGetShort (&buf[18]);
1749 wn_lsf = bGetShort (&buf[20]);
1750 dn = bGetShort (&buf[22]);
1751 dt_lsf = bGetShort (&buf[24]);
2029 *week_num = bGetShort (&buf[5]);
2055 *week_num = bGetShort (&buf[4]);
2339 *dt_ls = bGetShort (&buf[12]);
2341 *wn_t = bGetShort (&buf[18]);
2342 *wn_lsf = bGetShort (&buf[20]);
2343 *dn = bGetShort (&buf[22]);
2344 *dt_lsf = bGetShort (&buf[24]);
2430 *week_num = bGetShort (&buf[6]);
2490 alminfo->weeknum = bGetShort(&buf4[62]);
2491 alminfo->wn_oa = bGetShort(&buf4[64]);
2522 utcinfo->delta_t_LS = bGetShort (&buf4[25]);
2524 utcinfo->WN_t = bGetShort (&buf4[31]);
2525 utcinfo->WN_LSF = bGetShort (&buf4[33]);
2526 utcinfo->DN = bGetShort (&buf4[35]);
2527 utcinfo->delta_t_LSF = bGetShort (&buf4[37]);
2538 navinfo->ephclk.weeknum = bGetShort (&buf4[5]);
2544 navinfo->ephclk.IODC = bGetShort (&buf4[11]);
2871 *event = bGetShort(&buf[1]);
2875 *year = bGetShort(&buf[13]);
2877 *utc_offset = bGetShort(&buf[16]);
2902 *datum_idx = bGetShort(&buf[1]);
2924 *datum_idx = bGetShort(&buf[1]);
2968 vel_enu[0] = bGetShort (buf+2)*vel_scale;
2969 vel_enu[1] = bGetShort (buf+4)*vel_scale;
2970 vel_enu[2] = bGetShort (buf+6)*vel_scale;
2986 *week_num = bGetShort (&buf[30]);
3019 *iTestCodeId = bGetShort(&rpt->buf[15]);
3040 *iCaseSerialNumberPre = bGetShort(&rpt->buf[3]);
3043 *iPremiumOptions = bGetShort(&rpt->buf[13]);
3044 *iMachineID = bGetShort(&rpt->buf[15]);
3045 *iKey = bGetShort(&rpt->buf[17]);