Home
last modified time | relevance | path

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

/external/bison/darwin-lib/
Dstdint.h502 #undef PTRDIFF_MIN
506 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
509 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
513 # define PTRDIFF_MIN \ macro
/external/bison/lib/
Dstdint.in.h501 #undef PTRDIFF_MIN
505 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
508 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
512 # define PTRDIFF_MIN \
/external/libvncserver/compat/msvc/
Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/libusb/msvc/
Dstdint.h193 #define PTRDIFF_MIN INT64_MIN macro
196 #define PTRDIFF_MIN INT32_MIN macro
/external/mesa3d/include/c99/
Dstdint.h192 # define PTRDIFF_MIN _I64_MIN macro
195 # define PTRDIFF_MIN _I32_MIN macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h16 #define PTRDIFF_MIN INT32_MIN macro
/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h16 #define PTRDIFF_MIN INT64_MIN macro
/external/syslinux/dos/
Dstdint.h113 # define PTRDIFF_MIN (-2147483647-1) macro
/external/clang/test/Preprocessor/
Dstdint.c1469 PTRDIFF_MIN_ PTRDIFF_MIN
/external/libcxx/include/
Dcstdint73 PTRDIFF_MIN
/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/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
/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/clang/lib/Headers/
Dstdint.h665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__) macro
/external/elfutils/include/elfutils/
Dlibdw.h867 #define DWARF_GETMACROS_START PTRDIFF_MIN
/external/elfutils/libdw/
Dlibdw.h867 #define DWARF_GETMACROS_START PTRDIFF_MIN
/external/bison/m4/
Dstdint.m4162 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
/external/bison/
Dconfigure14287 PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)