Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp119 #ifndef UINTMAX_MAX
120 #error UINTMAX_MAX defined!
Dtest_c.c117 #ifndef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
Dtest_no_macros.cpp117 #ifdef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
Dtest_limit_macros.cpp118 #ifndef UINTMAX_MAX
119 #error UINTMAX_MAX is not defined!
Dtest_constant_macros.cpp118 #ifdef UINTMAX_MAX
119 #error UINTMAX_MAX is defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h427 #undef UINTMAX_MAX
429 # define UINTMAX_MAX UINT64_MAX macro
431 # define UINTMAX_MAX UINT32_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint71 UINTMAX_MAX
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp222 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp179 #ifndef UINTMAX_MAX
180 #error UINTMAX_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp222 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max()); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4144 uintmax_t j = UINTMAX_MAX;
200 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20149 uintmax_t j = UINTMAX_MAX;
20205 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;