Home | History | Annotate | Download | only in qemu

Lines Matching refs:hex

336     static const char   hex[16] = "0123456789abcdef";
339 buf = format_char(buf, end, hex[(val >> shift) & 15]);