Searched refs:UINTMAX_MAX (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/ |
H A D | wcstoumax.c | 16 #define MAX_VALUE UINTMAX_MAX
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdint_h.c | 113 MACRO(UINTMAX_MAX); in stdint_h()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
H A D | stdint.h | 233 #define UINTMAX_MAX UINT64_MAX macro
|
/aosp12/bionic/libc/bionic/ |
H A D | strtol.cpp | 198 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
|
/aosp12/bionic/libc/include/ |
H A D | stdint.h | 200 #define UINTMAX_MAX UINT64_MAX macro
|
/aosp12/bionic/tests/ |
H A D | inttypes_test.cpp | 150 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
|
H A D | stdio_test.cpp | 675 swprintf(buf, nchars, L"%ju", UINTMAX_MAX); in TEST() 683 swprintf(buf, nchars, L"%1$ju", UINTMAX_MAX); in TEST() 735 snprintf(buf, sizeof(buf), "%ju", UINTMAX_MAX); in TEST() 741 snprintf(buf, sizeof(buf), "%1$ju", UINTMAX_MAX); in TEST()
|
/aosp12/bionic/libc/tzcode/ |
H A D | private.h | 265 #ifndef UINTMAX_MAX
|