Searched refs:INTPTR_MIN (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h129 #define INTPTR_MIN INT64_MIN macro
132 #define INTPTR_MIN INT32_MIN macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h124 #define INTPTR_MIN INT64_MIN macro
127 #define INTPTR_MIN INT32_MIN macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h177 #define INTPTR_MIN INT64_MIN macro
181 #define INTPTR_MIN INT32_MIN macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h62 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX.
69 /* AIX 4 <inttypes.h> has nearly everything, except INTPTR_MIN, INTPTR_MAX,
726 # ifndef INTPTR_MIN
728 # define INTPTR_MIN (-1LL << (@BITSIZEOF_INTPTR_T@ - 1)) macro
730 # define INTPTR_MIN (-1L << (@BITSIZEOF_INTPTR_T@ - 1)) macro
734 # define INTPTR_MIN LONG_MIN macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h78 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
378 #undef INTPTR_MIN macro
381 #define INTPTR_MIN LONG_MIN macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in510 #undef INTPTR_MIN
H A Dconfig.h.msvc508 #undef INTPTR_MIN
H A Dconfig.h_vms509 #undef INTPTR_MIN
H A Dconfigure27279 for bound in INTPTR_MIN INTPTR_MAX UINTPTR_MAX \
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c1704 } else if (amount < (off_t)INTPTR_MIN) {
1705 return INTPTR_MIN;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim226 syn keyword cConstant INTPTR_MIN INTPTR_MAX UINTPTR_MAX

Completed in 161 milliseconds