Searched refs:uintmax_t (Results 1 – 6 of 6) sorted by relevance
| /tools/include/nolibc/ |
| D | stdlib.h | 442 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox() 446 uintmax_t val = 0, limit, old_val; in __strtox() 465 limit = -(uintmax_t)lower_limit; in __strtox() 545 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
| D | stdint.h | 43 typedef uint64_t uintmax_t; typedef
|
| /tools/testing/selftests/powerpc/ |
| D | utils.c | 236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint() 237 int base, uintmax_t max) in parse_bounded_uint() 265 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) in parse_uintmax() 281 uintmax_t parsed; in parse_uint() 299 uintmax_t parsed; in parse_ulong()
|
| /tools/testing/selftests/ |
| D | kselftest_harness.h | 763 uintmax_t __exp_print = (uintmax_t)__exp; \ 764 uintmax_t __seen_print = (uintmax_t)__seen; \ 771 uintmax_t __exp_print = (uintmax_t)__exp; \ 780 uintmax_t __seen_print = (uintmax_t)__seen; \
|
| /tools/testing/selftests/powerpc/include/ |
| D | utils.h | 47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
|
| /tools/perf/util/ |
| D | probe-finder.c | 612 (uintmax_t)pf->addr); in call_probe_finder() 926 (uintmax_t)pf->addr); in probe_point_inline_cb()
|