Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhexdump.h37 static inline int hex_to_bin(char ch) in hex_to_bin() function
58 int hi = hex_to_bin(*src++); in hex2bin()
59 int lo = hex_to_bin(*src++); in hex2bin()