HomeSort by: relevance | last modified time | path
    Searched defs:alt_form (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 61 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
63 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
303 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) {
305 if (alt_form && *s != '0') {
314 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) {
316 if (alt_form) {
417 bool alt_form = false; local
434 assert(!alt_form);
435 alt_form = true;
558 s = o2s(val, alt_form, buf, &slen)
    [all...]
malloc_io.c 61 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
63 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
303 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) {
305 if (alt_form && *s != '0') {
314 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) {
316 if (alt_form) {
417 bool alt_form = false; local
434 assert(!alt_form);
435 alt_form = true;
558 s = o2s(val, alt_form, buf, &slen)
    [all...]
  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 66 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
69 uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p);
339 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) {
341 if (alt_form && *s != '0') {
350 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) {
352 if (alt_form) {
460 bool alt_form = false; local
476 assert(!alt_form);
477 alt_form = true;
623 s = o2s(val, alt_form, buf, &slen)
    [all...]
malloc_io.c 66 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
69 uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p);
339 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) {
341 if (alt_form && *s != '0') {
350 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) {
352 if (alt_form) {
460 bool alt_form = false; local
476 assert(!alt_form);
477 alt_form = true;
623 s = o2s(val, alt_form, buf, &slen)
    [all...]

Completed in 39 milliseconds