Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c109 size_t byte_ofs = i & 15; in hexdump() local
111 if (byte_ofs == 0) { in hexdump()
117 size_t hex_col = byte_ofs * 3 + col_group; in hexdump()
118 size_t txt_col = 3 * 16 + 4 + byte_ofs; in hexdump()
130 if (byte_ofs == 0xF) in hexdump()