Home
last modified time | relevance | path

Searched refs:PTRDIFF_MIN (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp189 #ifndef PTRDIFF_MIN
190 #error PTRDIFF_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp186 #ifndef PTRDIFF_MIN
187 #error PTRDIFF_MIN not defined
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/llvm-project/clang/test/Headers/
Dstdint-typeof-MINMAX.cpp25 static_assert(__is_same(__typeof__(PTRDIFF_MIN), ptrdiff_t));
/external/clang/test/Preprocessor/
Dstdint.c1469 PTRDIFF_MIN_ PTRDIFF_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1581 PTRDIFF_MIN_ PTRDIFF_MIN
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h72 #define PTRDIFF_MIN LONG_MIN macro
/external/capstone/include/windowsce/
Dstdint.h104 #define PTRDIFF_MIN INTPTR_MIN macro
/external/llvm-project/libcxx/include/
Dcstdint72 PTRDIFF_MIN
/external/libcxx/include/
Dcstdint73 PTRDIFF_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py137 PTRDIFF_MIN = (-9223372036854775807L-1) variable
139 PTRDIFF_MIN = (-2147483647-1) variable
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp184 #ifndef PTRDIFF_MIN
185 #error PTRDIFF_MIN not defined
Dstdint_h.pass.cpp227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
Dstdint_h.pass.cpp226 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp184 #ifndef PTRDIFF_MIN
185 #error PTRDIFF_MIN not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py265 PTRDIFF_MIN = (-9223372036854775807L-1) variable
267 PTRDIFF_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp228 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min()); in main()
/external/llvm-project/clang/lib/Headers/
Dstdint.h651 #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1) macro
/external/clang/lib/Headers/
Dstdint.h665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
/external/elfutils/include/elfutils/
Dlibdw.h949 #define DWARF_GETMACROS_START PTRDIFF_MIN
/external/elfutils/libdw/
Dlibdw.h949 #define DWARF_GETMACROS_START PTRDIFF_MIN
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs106 pub const PTRDIFF_MIN: ::std::os::raw::c_longlong = -9223372036854775808; constant

12