Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoumax.c16 #define MAX_VALUE UINTMAX_MAX
/bionic/tests/headers/posix/
Dstdint_h.c113 MACRO(UINTMAX_MAX); in stdint_h()
/bionic/libc/bionic/
Dstrtol.cpp203 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
/bionic/libc/include/
Dstdint.h200 #define UINTMAX_MAX UINT64_MAX macro
/bionic/tests/
Dinttypes_test.cpp150 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
Dstdio_test.cpp633 swprintf(buf, nchars, L"%ju", UINTMAX_MAX); in TEST()
641 swprintf(buf, nchars, L"%1$ju", UINTMAX_MAX); in TEST()
693 snprintf(buf, sizeof(buf), "%ju", UINTMAX_MAX); in TEST()
699 snprintf(buf, sizeof(buf), "%1$ju", UINTMAX_MAX); in TEST()
/bionic/libc/tzcode/
Dprivate.h265 #ifndef UINTMAX_MAX