Lines Matching refs:byteorder
199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
201 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
298 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
300 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
336 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
360 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
368 if (get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
429 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
440 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
498 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
524 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
560 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
570 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
583 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
658 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
661 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
670 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
677 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
683 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
715 put_field (uto, fmt->byteorder, fmt->totalsize,