Home
last modified time | relevance | path

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

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