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