Searched refs:PTRDIFF_MIN (Results 1 - 17 of 17) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h16 #define PTRDIFF_MIN INT32_MIN macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h16 #define PTRDIFF_MIN INT64_MIN macro
/external/clang/test/Preprocessor/
H A Dstdint.c1469 PTRDIFF_MIN_ PTRDIFF_MIN
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/libusb/msvc/
H A Dstdint.h193 #define PTRDIFF_MIN INT64_MIN macro
196 #define PTRDIFF_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h177 # define PTRDIFF_MIN _I64_MIN macro
180 # define PTRDIFF_MIN _I32_MIN macro
/external/syslinux/dos/
H A Dstdint.h113 # define PTRDIFF_MIN (-2147483647-1) macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py137 PTRDIFF_MIN = (-9223372036854775807L-1) variable
139 PTRDIFF_MIN = (-2147483647-1) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp225 // PTRDIFF_MIN
226 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min());
H A Dinttypes_h.pass.cpp183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp226 // PTRDIFF_MIN
227 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py265 PTRDIFF_MIN = (-9223372036854775807L-1) variable
267 PTRDIFF_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
H A Dstdint.h665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
/external/elfutils/include/elfutils/
H A Dlibdw.h867 #define DWARF_GETMACROS_START PTRDIFF_MIN
/external/elfutils/libdw/
H A Dlibdw.h867 #define DWARF_GETMACROS_START PTRDIFF_MIN

Completed in 863 milliseconds