Lines Matching defs:offsets
145 offsets_t offsets,
150 *(bufp + offsets[*fieldindex]) = val;
164 offsets_t offsets
206 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
211 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
222 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
223 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
231 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
232 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
234 mantissa_low = (u_long)get_byte(bufp, offsets, &fieldindex) << 24;
235 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 16;
236 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
237 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
255 *((unsigned char *)(&f)+i) = *(*buffpp + offsets[i]);
265 *((unsigned char *)(&d)+i) = *(*buffpp + offsets[i]);
418 offsets_t offsets