Searched refs:hex_to_bin (Results 1 – 1 of 1) sorted by relevance
37 static inline int hex_to_bin(char ch) in hex_to_bin() function58 int hi = hex_to_bin(*src++); in hex2bin()59 int lo = hex_to_bin(*src++); in hex2bin()