Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c117 size_t hex_col = byte_ofs * 3 + col_group; in hexdump() local
123 line_buffer[hex_col + 0] = tohex((value >> 4) & 0xF); in hexdump()
124 line_buffer[hex_col + 1] = tohex((value >> 0) & 0xF); in hexdump()