Lines Matching refs:lowbyte
3086 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local
3106 buffer[lowbyte + 2] = 0; in md_convert_frag()
3119 buffer[lowbyte + 4] = 0x9; in md_convert_frag()
3412 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix() local
3481 buf[lowbyte] = val & 0xff; in md_apply_fix()
3487 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()
3493 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()
3499 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()
3596 buf[lowbyte] = val; in md_apply_fix()
3603 buf[lowbyte] = val; in md_apply_fix()
3610 buf[lowbyte] = val; in md_apply_fix()
3617 buf[lowbyte] = val & 0xff; in md_apply_fix()