Home
last modified time | relevance | path

Searched refs:hexchr (Results 1 – 1 of 1) sorted by relevance

/qemu/chardev/
H A Dmsmouse.c187 const uint8_t hexchr[16] = {M('0'), M('1'), M('2'), M('3'), M('4'), M('5'), in msmouse_ioctl() local
218 bytes[i++] = hexchr[c >> 4]; in msmouse_ioctl()
219 bytes[i++] = hexchr[c & 0x0f]; in msmouse_ioctl()