Searched refs:hex_char (Results 1 – 1 of 1) sorted by relevance
9277 static inline char hex_char(unsigned char in) function9293 *output++ = hex_char(input[i] >> 4);9294 *output++ = hex_char(input[i] & 0xF);