Searched refs:untochar (Results 1 - 1 of 1) sorted by last modified time

/u-boot/cmd/
H A Dload.c439 #define untochar(x) ((int) (((x) - SPACE) & 0xff)) macro
771 his_pad_count = untochar(send_parms[2]);
783 his_eol = untochar(send_parms[4]);
898 length = untochar(new_char);
904 n = untochar(new_char);
941 len_hi = untochar(new_char);
946 len_lo = untochar(new_char);

Completed in 46 milliseconds