Home | History | Annotate | Download | only in qemu

Lines Matching defs:tohex

395 static inline int tohex(int v)
410 *q++ = tohex(c >> 4);
411 *q++ = tohex(c & 0xf);
442 *(p++) = tohex((csum >> 4) & 0xf);
443 *(p++) = tohex((csum) & 0xf);