Home | History | Annotate | Download | only in qemu

Lines Matching refs:tohex

397 static inline int tohex(int v)
412 *q++ = tohex(c >> 4);
413 *q++ = tohex(c & 0xf);
444 *(p++) = tohex((csum >> 4) & 0xf);
445 *(p++) = tohex((csum) & 0xf);