Home
last modified time | relevance | path

Searched refs:hex2_bin (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Ds_record.c12 static int hex2_bin (char *s);
39 if ((*count = hex2_bin(input)) < 0) { in srec_decode()
92 if ((v = hex2_bin(input)) < 0) { in srec_decode()
101 if ((v = hex2_bin(input)) < 0) { in srec_decode()
113 if ((v = hex2_bin(input)) < 0) { in srec_decode()
121 if ((v = hex2_bin(input)) < 0) { in srec_decode()
136 if ((v = hex2_bin(input)) < 0) { in srec_decode()
145 if ((v = hex2_bin(input)) < 0) { in srec_decode()
167 static int hex2_bin (char *s) in hex2_bin() function