Home
last modified time | relevance | path

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

/external/jemalloc/include/msvc_compat/C99/
Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h160 # define INTPTR_MIN INT64_MIN macro
164 # define INTPTR_MIN INT32_MIN macro
/external/libusb/msvc/
Dstdint.h177 #define INTPTR_MIN INT64_MIN macro
181 #define INTPTR_MIN INT32_MIN macro
/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/python/cpython2/Lib/plat-linux2/
DIN.py130 INTPTR_MIN = (-9223372036854775807L-1) variable
132 INTPTR_MIN = (-2147483647-1) variable
/external/libcxx/include/
Dcstdint64 INTPTR_MIN
/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/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py258 INTPTR_MIN = (-9223372036854775807L-1) variable
260 INTPTR_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp209 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min()); in main()
/external/clang/lib/Headers/
Dstdint.h662 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__) macro