Searched refs:byte2hex (Results 1 – 1 of 1) sorted by relevance
38 static inline void byte2hex (const char* data, char** str);131 byte2hex(&data[j], &line); in dumpbin()154 byte2hex(&data[j], &line); in dumpbin()177 byte2hex(&data[1], hex); in word2hex()178 byte2hex(&data[0], hex); in word2hex()189 inline void byte2hex (const char* data, char** str) in byte2hex() function