Searched defs:xtoa (Results 1 – 4 of 4) sorted by relevance
61 xtoa(uint8_t n) xtoa() function
128 #define xtoa(c) "0123456789abcdef"[c] macro
130 #define xtoa(c) L"0123456789abcdef"[c] macro
956 xtoa (GFC_UINTEGER_LARGEST n, char *buffer, size_t len) in xtoa() function