Searched refs:u2s (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | malloc_io.c | 58 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s, 249 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s() function 297 s = u2s(x, 10, false, s, slen_p); in d2s() 320 s = u2s(x, 8, false, s, slen_p); in o2s() 331 s = u2s(x, 16, uppercase, s, slen_p); in x2s() 558 s = u2s(val, 10, false, buf, &slen); in malloc_vsnprintf()
|