Searched refs:uintmax_t (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/jemalloc/src/ |
| A D | util.c | 105 uintmax_t 108 uintmax_t ret, digit; in malloc_strtoumax() 188 uintmax_t pret = ret; in malloc_strtoumax() 200 ret = (uintmax_t)(-((intmax_t)ret)); in malloc_strtoumax() 373 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf() 446 uintmax_t uwidth; in malloc_vsnprintf() 469 uintmax_t uprec; in malloc_vsnprintf() 514 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf() 523 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf() 532 uintmax_t val JEMALLOC_CC_SILENCE_INIT(0); in malloc_vsnprintf() [all …]
|
| A D | jemalloc.c | 969 uintmax_t um; \ in malloc_conf_init()
|
| A D | ctl.c | 872 uintmax_t index; in ctl_lookup()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 47 static uintmax_t getuintmax(int); 225 uintmax_t p = getuintmax(1); in printfcmd() 234 uintmax_t p = getuintmax(0); in printfcmd() 392 static uintmax_t 395 uintmax_t val = 0; in getuintmax()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | util.c | 71 uintmax_t expected_x; in TEST_BEGIN() 74 #define KUMAX(x) ((uintmax_t)x##ULL) in TEST_BEGIN() 75 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL) in TEST_BEGIN() 137 uintmax_t result; in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | util_externs.h | 7 uintmax_t malloc_strtoumax(const char *restrict nptr,
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \ 124 #define assert_ju_ne(a, b, ...) assert_cmp(uintmax_t, a, b, !=, \ 126 #define assert_ju_lt(a, b, ...) assert_cmp(uintmax_t, a, b, <, \ 128 #define assert_ju_le(a, b, ...) assert_cmp(uintmax_t, a, b, <=, \ 130 #define assert_ju_ge(a, b, ...) assert_cmp(uintmax_t, a, b, >=, \ 132 #define assert_ju_gt(a, b, ...) assert_cmp(uintmax_t, a, b, >, \
|
| /third_party/ulib/musl/src/stdlib/ |
| A D | strtol.c | 48 uintmax_t strtoumax(const char* restrict s, char** restrict p, int base) { in strtoumax()
|
| A D | wcstol.c | 74 uintmax_t wcstoumax(const wchar_t* restrict s, wchar_t** restrict p, int base) { in wcstoumax()
|
| /third_party/ulib/musl/src/stdio/ |
| A D | vfprintf.c | 139 uintmax_t i; 192 arg->i = va_arg(*ap, uintmax_t); in pop_arg() 227 __NO_SAFESTACK static char* fmt_x(uintmax_t x, char* s, int lower) { in fmt_x() 233 __NO_SAFESTACK static char* fmt_o(uintmax_t x, char* s) { in fmt_o() 239 __NO_SAFESTACK static char* fmt_u(uintmax_t x, char* s) { in fmt_u() 551 char buf[sizeof(uintmax_t) * 3 + 3 + LDBL_MANT_DIG / 4]; in printf_core() 690 *(uintmax_t*)arg.p = cnt; in printf_core()
|
| A D | vfwprintf.c | 130 uintmax_t i; 183 arg->i = va_arg(*ap, uintmax_t); in pop_arg() 355 *(uintmax_t*)arg.p = cnt; in wprintf_core()
|
| /third_party/ulib/musl/include/ |
| A D | inttypes.h | 18 uintmax_t strtoumax(const char* __restrict, char** __restrict, int); 21 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int);
|
| /third_party/ulib/jemalloc/include/msvc_compat/C99/ |
| A D | stdint.h | 124 typedef uint64_t uintmax_t; typedef
|
| /third_party/ulib/musl/include/bits/ |
| A D | alltypes.h | 143 typedef __UINTMAX_TYPE__ uintmax_t; typedef
|
Completed in 38 milliseconds