Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrtol.cpp175 return StrToI<uintmax_t, 0, UINTMAX_MAX, char>(s, end, base); in strtoumax()
179 return StrToI<uintmax_t, 0, UINTMAX_MAX, wchar_t>(s, end, base); in wcstoumax()
/bionic/tests/headers/posix/
Dstdint_h.c113 MACRO(UINTMAX_MAX); in stdint_h()
/bionic/libc/tzcode/
Dprivate.h400 #ifndef UINTMAX_MAX
403 # define UINTMAX_MAX ULLONG_MAX macro
406 # define UINTMAX_MAX ULONG_MAX macro
/bionic/libc/include/
Dstdint.h200 #define UINTMAX_MAX UINT64_MAX macro
/bionic/tests/
Dinttypes_test.cpp152 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
Dstdio_test.cpp724 EXPECT_SNPRINTF("18446744073709551615", "%ju", UINTMAX_MAX); in TEST()
728 EXPECT_SWPRINTF(L"18446744073709551615", L"%ju", UINTMAX_MAX); in TEST()
732 EXPECT_SNPRINTF("18446744073709551615", "%1$ju", UINTMAX_MAX); in TEST()
736 EXPECT_SWPRINTF(L"18446744073709551615", L"%1$ju", UINTMAX_MAX); in TEST()