Home | History | Annotate | Download | only in qemu

Lines Matching full:fromhex

383 static inline int fromhex(int v)
421 mem[i] = (fromhex(buf[0]) << 4) | fromhex(buf[1]);
2118 s->line_csum = fromhex(ch) << 4;
2122 s->line_csum |= fromhex(ch);