Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/locale/
H A Dwcstoumax.c16 #define MAX_VALUE UINTMAX_MAX
/aosp12/bionic/tests/headers/posix/
H A Dstdint_h.c113 MACRO(UINTMAX_MAX); in stdint_h()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dstdint.h233 #define UINTMAX_MAX UINT64_MAX macro
/aosp12/bionic/libc/bionic/
H A Dstrtol.cpp198 return StrToU<uintmax_t, UINTMAX_MAX>(s, end, base); in strtoumax()
/aosp12/bionic/libc/include/
H A Dstdint.h200 #define UINTMAX_MAX UINT64_MAX macro
/aosp12/bionic/tests/
H A Dinttypes_test.cpp150 EXPECT_EQ(UINTMAX_MAX - 18737357 + 1, strtoumax("-18737357foobar12", &p, 10)); in TEST()
H A Dstdio_test.cpp675 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 Dprivate.h265 #ifndef UINTMAX_MAX