Symbol: intmax_t
tools/include/nolibc/stdio.h
852
intmax_t ival;
tools/include/nolibc/stdlib.h
435
uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper_limit)
tools/include/nolibc/stdlib.h
532
intmax_t strtoimax(const char *nptr, char **endptr, int base)
tools/testing/selftests/kselftest_harness.h
782
intmax_t __seen_print = (intmax_t)__seen; \
tools/testing/selftests/kselftest_harness.h
789
intmax_t __exp_print = (intmax_t)__exp; \
tools/testing/selftests/kselftest_harness.h
797
intmax_t __exp_print = (intmax_t)__exp; \
tools/testing/selftests/kselftest_harness.h
798
intmax_t __seen_print = (intmax_t)__seen; \
tools/testing/selftests/kvm/lib/elf.c
145
n1, filename, (intmax_t) offset_rv, errno);
tools/testing/selftests/kvm/lib/elf.c
187
n1, errno, (intmax_t) offset_rv,
tools/testing/selftests/kvm/lib/elf.c
188
(intmax_t) phdr.p_offset);
tools/testing/selftests/nolibc/nolibc-test.c
661
int expect_strtox(int llen, enum strtox_func func, const char *input, int base, intmax_t expected, int expected_chars, int expected_errno)
tools/testing/selftests/nolibc/nolibc-test.c
665
intmax_t r;
tools/testing/selftests/powerpc/include/utils.h
46
int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base);
tools/testing/selftests/powerpc/utils.c
212
static int parse_bounded_int(const char *buffer, size_t count, intmax_t *result,
tools/testing/selftests/powerpc/utils.c
213
int base, intmax_t min, intmax_t max)
tools/testing/selftests/powerpc/utils.c
260
int parse_intmax(const char *buffer, size_t count, intmax_t *result, int base)
tools/testing/selftests/powerpc/utils.c
272
intmax_t parsed;
tools/testing/selftests/powerpc/utils.c
290
intmax_t parsed;