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

/u-boot/common/
H A Ds_record.c10 static int hex2_bin (char *s);
37 if ((*count = hex2_bin(input)) < 0) {
90 if ((v = hex2_bin(input)) < 0) {
99 if ((v = hex2_bin(input)) < 0) {
111 if ((v = hex2_bin(input)) < 0) {
119 if ((v = hex2_bin(input)) < 0) {
134 if ((v = hex2_bin(input)) < 0) {
143 if ((v = hex2_bin(input)) < 0) {
165 static int hex2_bin (char *s) function

Completed in 145 milliseconds