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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c40 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
42 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
290 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) argument
293 if (alt_form && *s != '0') {
302 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) argument
305 if (alt_form) {
399 bool alt_form = false; local
414 assert(!alt_form);
415 alt_form = true;
518 s = o2s(val, alt_form, bu
[all...]

Completed in 34 milliseconds