Searched refs:xtoa (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/bsd/
H A Dvis.c128 #define xtoa(c) L"0123456789abcdef"[c] macro
175 *dst++ = xtoa(((unsigned int)c >> 4) & 0xf);
176 *dst++ = xtoa((unsigned int)c & 0xf);

Completed in 42 milliseconds