Searched refs:INT8_MIN (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h78 #define INT8_MIN -128 macro
95 #define INT_LEAST8_MIN INT8_MIN
111 #define INT_FAST8_MIN INT8_MIN
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h123 #ifndef INT8_MIN
125 # define INT8_MIN ((int8_t)(-128)) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h73 #define INT8_MIN -128 macro
90 #define INT_LEAST8_MIN INT8_MIN
106 #define INT_FAST8_MIN INT8_MIN
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h127 #define INT8_MIN (-128) macro
143 #define INT_LEAST8_MIN INT8_MIN
159 #define INT_FAST8_MIN INT8_MIN
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h142 #ifndef INT8_MIN
144 # define INT8_MIN ((int8_t)(-128)) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h142 #ifndef INT8_MIN
144 # define INT8_MIN ((int8_t)(-128)) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h142 #ifndef INT8_MIN
144 # define INT8_MIN ((int8_t)(-128)) macro
/macosx-10.10.1/libdispatch-442.1.4/private/
H A Dqueue_private.h83 #define DISPATCH_QUEUE_PRIORITY_NON_INTERACTIVE INT8_MIN
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake108 #ifndef INT8_MIN
109 # define INT8_MIN -128
H A DDataTypes.h.in105 #ifndef INT8_MIN
106 # define INT8_MIN -128
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h263 #undef INT8_MIN macro
266 #define INT8_MIN (~ INT8_MAX) macro
307 #define INT_LEAST8_MIN INT8_MIN
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h292 # ifndef INT8_MIN
293 # define INT8_MIN (-1 << (@BITSIZEOF_INT8_T@ - 1)) macro
296 # define INT8_MIN -128 macro
438 # define INT_LEAST8_MIN INT8_MIN
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in498 #undef INT8_MIN
H A Dconfig.h.msvc496 #undef INT8_MIN
H A Dconfig.h_vms497 #undef INT8_MIN
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c58 #ifndef INT8_MIN
59 #define INT8_MIN (-128) macro
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dtokenparser.c58 #ifndef INT8_MIN
59 #define INT8_MIN (-128) macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h746 #if ( !defined( INT8_MIN ) )
748 #define INT8_MIN SCHAR_MIN macro
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_scan.c59 #ifndef INT8_MIN
60 #define INT8_MIN (-128) macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim217 syn keyword cConstant INT8_MIN INT16_MIN INT32_MIN INT64_MIN
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c812 * CPU, so set all load shifts to INT8_MIN. Even under high load,
818 sched_load_shifts[i] = INT8_MIN;
824 *p++ = INT8_MIN; *p++ = 0;

Completed in 286 milliseconds