Home
last modified time | relevance | path

Searched refs:INTPTR_MAX (Results 1 – 25 of 39) sorted by relevance

12

/external/capstone/include/windowsce/
Dstdint.h97 #define INTPTR_MAX INT32_MAX macro
105 #define PTRDIFF_MAX INTPTR_MAX
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp169 #ifndef INTPTR_MAX
170 #error INTPTR_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp166 #ifndef INTPTR_MAX
167 #error INTPTR_MAX not defined
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/llvm-project/clang/test/Headers/
Dstdint-typeof-MINMAX.cpp23 static_assert(__is_same(__typeof__(INTPTR_MAX), intptr_t));
/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp52 #if INTPTR_MAX == INT64_MAX in floorToPowerOfTwo()
54 #elif INTPTR_MAX == INT32_MAX in floorToPowerOfTwo()
/external/gwp_asan/gwp_asan/tests/
Dcompression.cpp205 uintptr_t Test[] = {0x00, INTPTR_MAX, UINTPTR_MAX, INTPTR_MAX, 0x00}; in TEST()
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcompression.cpp205 uintptr_t Test[] = {0x00, INTPTR_MAX, UINTPTR_MAX, INTPTR_MAX, 0x00}; in TEST()
/external/clang/test/Preprocessor/
Dstdint.c1467 INTPTR_MAX_ INTPTR_MAX
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_gcc_sync.h27 #define GPR_ATM_MAX INTPTR_MAX
Datm_gcc_atomic.h31 #define GPR_ATM_MAX INTPTR_MAX
Datm_windows.h26 #define GPR_ATM_MAX INTPTR_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1579 INTPTR_MAX_ INTPTR_MAX
/external/angle/src/common/
Dplatform.h163 #if INTPTR_MAX == INT64_MAX
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Datm_gcc_sync.h27 #define GPR_ATM_MAX INTPTR_MAX
Datm_gcc_atomic.h31 #define GPR_ATM_MAX INTPTR_MAX
Datm_windows.h28 #define GPR_ATM_MAX INTPTR_MAX
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Datm_gcc_sync.h27 #define GPR_ATM_MAX INTPTR_MAX
Datm_gcc_atomic.h31 #define GPR_ATM_MAX INTPTR_MAX
Datm_windows.h28 #define GPR_ATM_MAX INTPTR_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h65 #define INTPTR_MAX LONG_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint64 INTPTR_MAX
/external/libcxx/include/
Dcstdint65 INTPTR_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py131 INTPTR_MAX = (9223372036854775807L) variable
133 INTPTR_MAX = (2147483647) variable
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp164 #ifndef INTPTR_MAX
165 #error INTPTR_MAX not defined

12