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

/external/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,
293 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) argument
297 if (alt_form && *s != '0') {
306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) argument
310 if (alt_form) {
404 bool alt_form = false; local
419 assert(!alt_form);
420 alt_form = true;
523 s = o2s(val, alt_form, bu
[all...]

Completed in 86 milliseconds