Searched refs:UINTMAX_MAX (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstoumax.c | 16 #define MAX_VALUE UINTMAX_MAX
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 113 MACRO(UINTMAX_MAX); in stdint_h()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 203 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
|
/bionic/libc/include/ |
D | stdint.h | 200 #define UINTMAX_MAX UINT64_MAX macro
|
/bionic/tests/ |
D | inttypes_test.cpp | 150 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
|
D | stdio_test.cpp | 633 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/ |
D | private.h | 265 #ifndef UINTMAX_MAX
|