Searched refs:lowbyte (Results 1 – 2 of 2) sorted by relevance
3484 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local3504 buffer[lowbyte + 2] = 0; in md_convert_frag()3517 buffer[lowbyte + 4] = 0x9; in md_convert_frag()3858 buf[lowbyte] = val & 0xff; in md_apply_fix()3864 buf[lowbyte] = (val >> 1) & 0xff; in md_apply_fix()3870 buf[lowbyte] = (val >> 2) & 0xff; in md_apply_fix()3876 buf[lowbyte] = (val >> 3) & 0xff; in md_apply_fix()3956 buf[lowbyte] = val; in md_apply_fix()3963 buf[lowbyte] = val; in md_apply_fix()3970 buf[lowbyte] = val; in md_apply_fix()[all …]
3273 int lowbyte = target_big_endian ? 1 : 0; in md_convert_frag() local3298 buffer[lowbyte + 2] = 0; in md_convert_frag()3311 buffer[lowbyte + 4] = 0x9; in md_convert_frag()3605 int lowbyte = target_big_endian ? 1 : 0; in md_apply_fix3() local3737 buf[lowbyte] = val; in md_apply_fix3()3744 buf[lowbyte] = val; in md_apply_fix3()3751 buf[lowbyte] = val; in md_apply_fix3()3758 buf[lowbyte] = val & 0xff; in md_apply_fix3()