Lines Matching refs:newval
3840 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3859 MODIFY_VALUE (newval, value, shift, 7, 16); in md_apply_fix()
3866 md_number_to_chars (buf, newval, 4); in md_apply_fix()
3881 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3900 MODIFY_VALUE (newval, value, shift, 7, 16); in md_apply_fix()
3902 md_number_to_chars (buf, newval, 4); in md_apply_fix()
3912 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3915 MODIFY_VALUE (newval, value, shift, 7, 16); in md_apply_fix()
3917 md_number_to_chars (buf, newval, 4); in md_apply_fix()
3924 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3926 MODIFY_VALUE (newval, value, 0, 8, 15); in md_apply_fix()
3931 md_number_to_chars (buf, newval, 4); in md_apply_fix()
3938 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3950 MODIFY_VALUE (newval, value, 1, 8, 15); in md_apply_fix()
3958 md_number_to_chars (buf, newval, 4); in md_apply_fix()
3966 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
3978 MODIFY_VALUE (newval, value, 2, 8, 15); in md_apply_fix()
3986 md_number_to_chars (buf, newval, 4); in md_apply_fix()
4003 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
4005 MODIFY_VALUE (newval, value, 2, 7, 21); in md_apply_fix()
4014 md_number_to_chars (buf, newval, 4); in md_apply_fix()
4021 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
4023 MODIFY_VALUE (newval, value, 2, 16, 12); in md_apply_fix()
4032 md_number_to_chars (buf, newval, 4); in md_apply_fix()
4039 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
4041 MODIFY_VALUE (newval, value, 2, 13, 10); in md_apply_fix()
4050 md_number_to_chars (buf, newval, 4); in md_apply_fix()
4057 offsetT newval = md_chars_to_number (buf, 4); in md_apply_fix() local
4059 MODIFY_VALUE (newval, value, 2, 16, 7); in md_apply_fix()
4068 md_number_to_chars (buf, newval, 4); in md_apply_fix()