Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c132 #ifndef UINTPTR_MAX
133 #error UINTPTR_MAX defined!
Dtest_all_macros.cpp134 #ifndef UINTPTR_MAX
135 #error UINTPTR_MAX defined!
Dtest_no_macros.cpp132 #ifdef UINTPTR_MAX
133 #error UINTPTR_MAX defined!
Dtest_constant_macros.cpp133 #ifdef UINTPTR_MAX
134 #error UINTPTR_MAX is defined!
Dtest_limit_macros.cpp133 #ifndef UINTPTR_MAX
134 #error UINTPTR_MAX is not defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h410 #undef UINTPTR_MAX
413 #define UINTPTR_MAX ULONG_MAX macro
/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/host-tools/sed-4.2.1/
Dconfigure20146 uintptr_t h = UINTPTR_MAX;
20204 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;