Searched refs:uintmax_t (Results 1 – 8 of 8) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 438 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper… in __strtox() 442 uintmax_t val = 0, limit, old_val; in __strtox() 461 limit = -(uintmax_t)lower_limit; in __strtox() 541 uintmax_t strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
H A D | stdint.h | 43 typedef __UINTMAX_TYPE__ uintmax_t; typedef
|
H A D | stdio.h | 505 uintmax_t uval; in vsscanf()
|
/linux/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/tools/testing/selftests/ |
H A D | kselftest_harness.h | 764 uintmax_t __exp_print = (uintmax_t)__exp; \ 765 uintmax_t __seen_print = (uintmax_t)__seen; \ 772 uintmax_t __exp_print = (uintmax_t)__exp; \ 781 uintmax_t __seen_print = (uintmax_t)__seen; \
|
/linux/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/tools/perf/util/ |
H A D | probe-finder.c | 624 (uintmax_t)pf->addr); in call_probe_finder() 938 (uintmax_t)pf->addr); in probe_point_inline_cb()
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 1708 …CASE_TEST(uintmax_t); EXPECT_VFPRINTF(20, "18446744073709551615", "%ju", 0xffffffffffffffffULL)… in run_printf()
|