Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp122 #ifdef INTPTR_MIN
123 #error INTPTR_MIN defined!
Dtest_c.c120 #ifndef INTPTR_MIN
121 #error INTPTR_MIN defined!
Dtest_all_macros.cpp122 #ifndef INTPTR_MIN
123 #error INTPTR_MIN defined!
Dtest_limit_macros.cpp122 #ifndef INTPTR_MIN
123 #error INTPTR_MIN is not defined!
Dtest_constant_macros.cpp123 #ifdef INTPTR_MIN
124 #error INTPTR_MIN is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint64 INTPTR_MIN
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h408 #undef INTPTR_MIN
411 #define INTPTR_MIN LONG_MIN macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp207 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp207 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min()); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4138 intptr_t gmin = INTPTR_MIN;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20143 intptr_t gmin = INTPTR_MIN;