Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
A Dstdlib.h442 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()
A Dstdint.h43 typedef uint64_t uintmax_t; typedef
/linux/tools/testing/selftests/powerpc/
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/powerpc/include/
A Dutils.h47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
/linux/tools/perf/util/
A Dprobe-finder.c612 (uintmax_t)pf->addr); in call_probe_finder()
926 (uintmax_t)pf->addr); in probe_point_inline_cb()

Completed in 13 milliseconds