Home
last modified time | relevance | path

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

/qemu/util/
H A Dhexdump.c79 #define QEMU_HEXDUMP_LINE_WIDTH \ macro
85 g_autoptr(GString) str = g_string_sized_new(QEMU_HEXDUMP_LINE_WIDTH + 1); in qemu_hexdump()
97 prefix, b, QEMU_HEXDUMP_LINE_WIDTH, str->str, ascii); in qemu_hexdump()