Home
last modified time | relevance | path

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

/external/u-boot/common/
Ds_record.c10 static int hex1_bin (char c);
155 static int hex1_bin (char c) in hex1_bin() function
170 if ((i = hex1_bin(*s++)) < 0) { in hex2_bin()
173 if ((j = hex1_bin(*s)) < 0) { in hex2_bin()