/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 189 #ifndef PTRDIFF_MIN 190 #error PTRDIFF_MIN not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 186 #ifndef PTRDIFF_MIN 187 #error PTRDIFF_MIN not defined
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 192 # define PTRDIFF_MIN _I64_MIN macro 195 # define PTRDIFF_MIN _I32_MIN macro
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 25 static_assert(__is_same(__typeof__(PTRDIFF_MIN), ptrdiff_t));
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1469 PTRDIFF_MIN_ PTRDIFF_MIN
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1581 PTRDIFF_MIN_ PTRDIFF_MIN
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 72 #define PTRDIFF_MIN LONG_MIN macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 104 #define PTRDIFF_MIN INTPTR_MIN macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 72 PTRDIFF_MIN
|
/external/libcxx/include/ |
D | cstdint | 73 PTRDIFF_MIN
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 137 PTRDIFF_MIN = (-9223372036854775807L-1) variable 139 PTRDIFF_MIN = (-2147483647-1) variable
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 184 #ifndef PTRDIFF_MIN 185 #error PTRDIFF_MIN not defined
|
D | stdint_h.pass.cpp | 227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 183 #ifndef PTRDIFF_MIN 184 #error PTRDIFF_MIN not defined
|
D | stdint_h.pass.cpp | 226 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 184 #ifndef PTRDIFF_MIN 185 #error PTRDIFF_MIN not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 183 #ifndef PTRDIFF_MIN 184 #error PTRDIFF_MIN not defined
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 265 PTRDIFF_MIN = (-9223372036854775807L-1) variable 267 PTRDIFF_MIN = (-2147483647-1) variable
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 228 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 651 #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 949 #define DWARF_GETMACROS_START PTRDIFF_MIN
|
/external/elfutils/libdw/ |
D | libdw.h | 949 #define DWARF_GETMACROS_START PTRDIFF_MIN
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 106 pub const PTRDIFF_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant
|