Home | History | Annotate | Download | only in qemu

Lines Matching defs:shift

335     int   shift = 4*ndigits;
338 while (shift >= 0) {
339 buf = format_char(buf, end, hex[(val >> shift) & 15]);
340 shift -= 4;