Searched refs:hexdump_nibble (Results 1 – 1 of 1) sorted by relevance
19 static inline char hexdump_nibble(unsigned x) in hexdump_nibble() function55 g_string_append_c(str, hexdump_nibble(c / 16)); in qemu_hexdump_line()56 g_string_append_c(str, hexdump_nibble(c % 16)); in qemu_hexdump_line()