Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 8 of 8) sorted by relevance

/linux/tools/include/nolibc/
H A Dstdlib.h438 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 Dstdint.h43 typedef __UINTMAX_TYPE__ uintmax_t; typedef
H A Dstdio.h505 uintmax_t uval; in vsscanf()
/linux/tools/testing/selftests/powerpc/
H A Dutils.c236 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 Dkselftest_harness.h764 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 Dutils.h47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
/linux/tools/perf/util/
H A Dprobe-finder.c624 (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 Dnolibc-test.c1708 …CASE_TEST(uintmax_t); EXPECT_VFPRINTF(20, "18446744073709551615", "%ju", 0xffffffffffffffffULL)… in run_printf()