Searched refs:hex_to_bin (Results 1 – 5 of 5) sorted by relevance
23 mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]); in mac_pton()
46 int hex_to_bin(unsigned char ch) in hex_to_bin() function53 EXPORT_SYMBOL(hex_to_bin);68 hi = hex_to_bin(*src++); in hex2bin()71 lo = hex_to_bin(*src++); in hex2bin()
114 int hi = hex_to_bin(uuid[si[i] + 0]); in __uuid_parse()115 int lo = hex_to_bin(uuid[si[i] + 1]); in __uuid_parse()
440 c = hex_to_bin(*end--); in bitmap_get_x32_reverse()450 if (hex_to_bin(*end--) >= 0) in bitmap_get_x32_reverse()
244 num = digit = hex_to_bin(*q++); in unescape_hex()248 digit = hex_to_bin(*q); in unescape_hex()
Completed in 10 milliseconds