Searched defs:xtoa (Results 1 – 3 of 3) sorted by relevance
61 xtoa(uint8_t n) in xtoa() function
126 #define xtoa(c) "0123456789abcdef"[c] macro
127 #define xtoa(c) L"0123456789abcdef"[c] macro