Searched refs:INT16_MIN (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h79 #define INT16_MIN -32768 macro
96 #define INT_LEAST16_MIN INT16_MIN
112 #define INT_FAST16_MIN INT16_MIN
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1)) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h74 #define INT16_MIN -32768 macro
91 #define INT_LEAST16_MIN INT16_MIN
107 #define INT_FAST16_MIN INT16_MIN
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h128 #define INT16_MIN (-32768) macro
144 #define INT_LEAST16_MIN INT16_MIN
160 #define INT_FAST16_MIN INT16_MIN
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h146 #ifndef INT16_MIN
148 # define INT16_MIN ((int16_t)(-32767-1)) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h146 #ifndef INT16_MIN
148 # define INT16_MIN ((int16_t)(-32767-1)) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h146 #ifndef INT16_MIN
148 # define INT16_MIN ((int16_t)(-32767-1)) macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake117 #ifndef INT16_MIN
118 # define INT16_MIN -32768
H A DDataTypes.h.in114 #ifndef INT16_MIN
115 # define INT16_MIN -32768
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h270 #undef INT16_MIN macro
273 #define INT16_MIN (~ INT16_MAX) macro
314 #define INT_LEAST16_MIN INT16_MIN
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr.hnw282 #ifdef INT16_MIN
283 #define APR_INT16_MIN INT16_MIN
H A Dapr.h.in341 #ifdef INT16_MIN
342 #define APR_INT16_MIN INT16_MIN
H A Dapr.hw412 #ifdef INT16_MIN
413 #define APR_INT16_MIN INT16_MIN
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h318 # ifndef INT16_MIN
319 # define INT16_MIN (-1 << (@BITSIZEOF_INT16_T@ - 1)) macro
322 # define INT16_MIN -32768 macro
464 # define INT_LEAST16_MIN INT16_MIN
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DConstantRangeTest.cpp144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
436 APInt(16, (uint64_t)INT16_MIN)));
439 APInt(16, (uint64_t)INT16_MIN)));
/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A Dqueue.h359 #define DISPATCH_QUEUE_PRIORITY_BACKGROUND INT16_MIN
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in480 #undef INT16_MIN
H A Dconfig.h.msvc478 #undef INT16_MIN
H A Dconfig.h_vms479 #undef INT16_MIN
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c61 #ifndef INT16_MIN
62 #define INT16_MIN (-32767-1) macro
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dtokenparser.c61 #ifndef INT16_MIN
62 #define INT16_MIN (-32767-1) macro
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_scan.c62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1) macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim217 syn keyword cConstant INT8_MIN INT16_MIN INT32_MIN INT64_MIN

Completed in 216 milliseconds