Searched refs:xtoa (Results 1 – 1 of 1) sorted by relevance
104 #define xtoa(c) L"0123456789abcdef"[c] macro148 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()149 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()