Searched refs:xtoa (Results 1 – 3 of 3) sorted by relevance
61 xtoa(uint8_t n) in xtoa() function79 buf[j++] = xtoa(N(p, k - 1)); in prmask()
126 #define xtoa(c) "0123456789abcdef"[c] macro157 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()158 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()
127 #define xtoa(c) L"0123456789abcdef"[c] macro174 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf); in do_hvis()175 *dst++ = xtoa((unsigned int)c & 0xf); in do_hvis()