Home
last modified time | relevance | path

Searched refs:x2s (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dmalloc_io.c65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
330 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s() function
567 s = x2s(val, alt_form, *f == 'X', buf, &slen); in malloc_vsnprintf()
596 s = x2s(val, true, false, buf, &slen); in malloc_vsnprintf()