Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp134 #ifdef UINTPTR_MAX
135 #error UINTPTR_MAX defined!
Dtest_c.c132 #ifndef UINTPTR_MAX
133 #error UINTPTR_MAX defined!
Dtest_all_macros.cpp134 #ifndef UINTPTR_MAX
135 #error UINTPTR_MAX defined!
Dtest_limit_macros.cpp134 #ifndef UINTPTR_MAX
135 #error UINTPTR_MAX is not defined!
Dtest_constant_macros.cpp135 #ifdef UINTPTR_MAX
136 #error UINTPTR_MAX is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint66 UINTPTR_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h410 #undef UINTPTR_MAX
413 #define UINTPTR_MAX ULONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max()); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4140 #ifdef UINTPTR_MAX
141 uintptr_t h = UINTPTR_MAX;
199 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp167 #ifndef UINTPTR_MAX
168 #error UINTPTR_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max()); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20146 uintptr_t h = UINTPTR_MAX;
20204 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;