Home | History | Annotate | Download | only in qemu

Lines Matching refs:format_hex

324 format_hex( char*  buf, char*  end, unsigned  val, int  ndigits )
360 buf = format_hex(buf, end, val, 4);