Searched refs:UINTMAX_MAX (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | strtol.cpp | 175 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/ |
D | stdint_h.c | 113 MACRO(UINTMAX_MAX); in stdint_h()
|
/bionic/libc/tzcode/ |
D | private.h | 400 #ifndef UINTMAX_MAX 403 # define UINTMAX_MAX ULLONG_MAX macro 406 # define UINTMAX_MAX ULONG_MAX macro
|
/bionic/libc/include/ |
D | stdint.h | 200 #define UINTMAX_MAX UINT64_MAX macro
|
/bionic/tests/ |
D | inttypes_test.cpp | 152 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
|
D | stdio_test.cpp | 724 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()
|