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

/freebsd-13-stable/contrib/jemalloc/src/
H A Dmalloc_io.c63 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
319 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) { argument
321 if (alt_form && *s != '0') {
330 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { argument
332 if (alt_form) {
428 bool alt_form = false; local
443 assert(!alt_form);
444 alt_form = true;
549 s = o2s(val, alt_form, bu
[all...]
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c243 bool alt_form, ladjust, have_precision; local
253 alt_form = false;
324 alt_form = true;
706 if (alt_form) {
709 alt_form = false;
734 if (alt_form) {

Completed in 57 milliseconds