Home
last modified time | relevance | path

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

12

/external/capstone/include/windowsce/
Dstdint.h96 #define INTPTR_MIN INT32_MIN macro
104 #define PTRDIFF_MIN INTPTR_MIN
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp165 #ifndef INTPTR_MIN
166 #error INTPTR_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp162 #ifndef INTPTR_MIN
163 #error INTPTR_MIN not defined
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/llvm-project/clang/test/Headers/
Dstdint-typeof-MINMAX.cpp22 static_assert(__is_same(__typeof__(INTPTR_MIN), intptr_t));
/external/clang/test/Preprocessor/
Dstdint.c1466 INTPTR_MIN_ INTPTR_MIN
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_gcc_sync.h28 #define GPR_ATM_MIN INTPTR_MIN
Datm_gcc_atomic.h32 #define GPR_ATM_MIN INTPTR_MIN
Datm_windows.h27 #define GPR_ATM_MIN INTPTR_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1578 INTPTR_MIN_ INTPTR_MIN
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Datm_gcc_sync.h28 #define GPR_ATM_MIN INTPTR_MIN
Datm_gcc_atomic.h32 #define GPR_ATM_MIN INTPTR_MIN
Datm_windows.h29 #define GPR_ATM_MIN INTPTR_MIN
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Datm_gcc_sync.h28 #define GPR_ATM_MIN INTPTR_MIN
Datm_gcc_atomic.h32 #define GPR_ATM_MIN INTPTR_MIN
Datm_windows.h29 #define GPR_ATM_MIN INTPTR_MIN
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h64 #define INTPTR_MIN LONG_MIN macro
/external/llvm-project/libcxx/include/
Dcstdint63 INTPTR_MIN
/external/libcxx/include/
Dcstdint64 INTPTR_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py130 INTPTR_MIN = (-9223372036854775807L-1) variable
132 INTPTR_MIN = (-2147483647-1) variable
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp160 #ifndef INTPTR_MIN
161 #error INTPTR_MIN not defined
Dstdint_h.pass.cpp209 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
Dstdint_h.pass.cpp208 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp160 #ifndef INTPTR_MIN
161 #error INTPTR_MIN not defined

12