Searched refs:uintmax_t (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/include/nolibc/ |
| H A D | stdlib.h | 443 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox() 447 uintmax_t val = 0, limit, old_val; in __strtox() 466 limit = -(uintmax_t)lower_limit; in __strtox() 546 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
| H A D | stdint.h | 43 typedef uint64_t uintmax_t; typedef
|
| H A D | stdio.h | 355 uintmax_t uval; in vsscanf()
|
| /linux-6.15/tools/testing/selftests/powerpc/ |
| H A 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()
|
| /linux-6.15/tools/testing/selftests/ |
| H A 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; \
|
| /linux-6.15/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
|
| /linux-6.15/tools/perf/util/ |
| H A D | probe-finder.c | 624 (uintmax_t)pf->addr); in call_probe_finder() 937 (uintmax_t)pf->addr); in probe_point_inline_cb()
|