Searched refs:INT32_MIN (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h83 an unsigned type, so INT32_MIN (and the most negative member of
86 #define INT32_MIN (-INT32_MAX-1) macro
97 #define INT_LEAST32_MIN INT32_MIN
113 #define INT_FAST32_MIN INT32_MIN
132 #define INTPTR_MIN INT32_MIN
153 #define PTRDIFF_MIN INT32_MIN
191 #define WINT_MIN INT32_MIN
194 #define SIG_ATOMIC_MIN INT32_MIN
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h78 an unsigned type, so INT32_MIN (and the most negative member of
81 #define INT32_MIN (-INT32_MAX-1) macro
92 #define INT_LEAST32_MIN INT32_MIN
108 #define INT_FAST32_MIN INT32_MIN
127 #define INTPTR_MIN INT32_MIN
148 #define PTRDIFF_MIN INT32_MIN
182 #define WINT_MIN INT32_MIN
185 #define SIG_ATOMIC_MIN INT32_MIN
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h129 #define INT32_MIN (-2147483647 - 1) macro
145 #define INT_LEAST32_MIN INT32_MIN
161 #define INT_FAST32_MIN INT32_MIN
181 #define INTPTR_MIN INT32_MIN
196 #define PTRDIFF_MIN INT32_MIN
200 #define SIG_ATOMIC_MIN INT32_MIN
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h131 #ifndef INT32_MIN
133 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX) macro
155 #endif /* !defined INT32_MIN */
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h172 #ifndef INT32_MIN
173 #define INT32_MIN (-1 - INT32_MAX) macro
174 #endif /* !defined INT32_MIN */
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_sfm.h262 if (ad < INT32_MIN)
263 ad = INT32_MIN;
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h344 # ifndef INT32_MIN
345 # define INT32_MIN (-1 << (@BITSIZEOF_INT32_T@ - 1)) macro
348 # define INT32_MIN (~INT32_MAX) macro
490 # define INT_LEAST32_MIN INT32_MIN
571 # define INT_FAST8_MIN INT32_MIN
609 # define INT_FAST16_MIN INT32_MIN
647 # define INT_FAST32_MIN INT32_MIN
773 # define INTMAX_MIN INT32_MIN
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h277 #undef INT32_MIN macro
280 #define INT32_MIN (~ INT32_MAX) macro
321 #define INT_LEAST32_MIN INT32_MIN
393 # define INTMAX_MIN INT32_MIN
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake126 #ifndef INT32_MIN
128 # define INT32_MIN (-INT32_MAX - 1)
H A DDataTypes.h.in123 #ifndef INT32_MIN
125 # define INT32_MIN (-INT32_MAX - 1)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsnmfmt.cpp225 tryIt((int32_t)INT32_MIN);
227 tryIt((double)INT32_MIN);
229 tryIt((double)INT32_MIN - 1.0);
H A Dcallimts.cpp324 limits[j][1] = INT32_MIN;
326 limits[j][3] = INT32_MIN;
/macosx-10.10.1/removefile-35/
H A Dcheckint.h77 if (x < INT32_MIN || x > INT32_MAX || y < INT32_MIN || y > INT32_MAX) {
80 if (z > INT32_MAX || z < INT32_MIN) *err |= CHECKINT_OVERFLOW_ERROR;
158 if (x < INT32_MIN || x > INT32_MAX || y < INT32_MIN || y > INT32_MAX) {
253 if (x < INT32_MIN || x > INT32_MAX || y < INT32_MIN || y > INT32_MAX) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp408 } else if (fValue.fInt64 < INT32_MIN) {
410 return INT32_MIN;
418 } else if (fValue.fDouble < INT32_MIN) {
420 return INT32_MIN;
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr.hnw300 #ifdef INT32_MIN
301 #define APR_INT32_MIN INT32_MIN
H A Dapr.h.in359 #ifdef INT32_MIN
360 #define APR_INT32_MIN INT32_MIN
H A Dapr.hw430 #ifdef INT32_MIN
431 #define APR_INT32_MIN INT32_MIN
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_parse.y95 #ifndef INT32_MIN
96 #define INT32_MIN (-INT32_MAX-1)
191 if (errno != 0 || p_priority_offset < INT32_MIN)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp790 if (OffImm == INT32_MIN)
916 if (OffImm == INT32_MIN)
935 if (OffImm == INT32_MIN)
962 if (OffImm == INT32_MIN)
1004 if (OffImm == INT32_MIN)
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in486 #undef INT32_MIN
H A Dconfig.h.msvc484 #undef INT32_MIN

Completed in 232 milliseconds

12