Searched refs:UINT16_MAX (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h90 #define UINT16_MAX 65535 macro
106 #define UINT_LEAST16_MAX UINT16_MAX
122 #define UINT_FAST16_MAX UINT16_MAX
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h153 #ifndef UINT16_MAX
155 # define UINT16_MAX ((uint16_t)(65535U)) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h85 #define UINT16_MAX 65535 macro
101 #define UINT_LEAST16_MAX UINT16_MAX
117 #define UINT_FAST16_MAX UINT16_MAX
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h138 #define UINT16_MAX 65535 macro
154 #define UINT_LEAST16_MAX UINT16_MAX
170 #define UINT_FAST16_MAX UINT16_MAX
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h172 #ifndef UINT16_MAX
174 # define UINT16_MAX ((uint16_t)(65535U)) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h172 #ifndef UINT16_MAX
174 # define UINT16_MAX ((uint16_t)(65535U)) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h172 #ifndef UINT16_MAX
174 # define UINT16_MAX ((uint16_t)(65535U)) macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSchedule.h92 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
93 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Dclib_port.h5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535 macro
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535 macro
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535 macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535 macro
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535 macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake120 #ifndef UINT16_MAX
121 # define UINT16_MAX 65535
H A DDataTypes.h.in117 #ifndef UINT16_MAX
118 # define UINT16_MAX 65535
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dinttypes_.h114 # ifdef UINT16_MAX
120 # ifdef UINT16_MAX
126 # ifdef UINT16_MAX
132 # ifdef UINT16_MAX
619 # ifdef UINT16_MAX
625 # ifdef UINT16_MAX
631 # ifdef UINT16_MAX
H A Dstdint_.h272 #undef UINT16_MAX macro
275 #define UINT16_MAX 65535 macro
316 #define UINT_LEAST16_MAX UINT16_MAX
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcn.h138 #define RPC_C_CN_LARGE_FRAG_SIZE UINT16_MAX /* BIND max xmit/recv field is UInt16 */
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h74 #define kIOReportInvalidCategory UINT16_MAX
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h332 # ifndef UINT16_MAX
334 # define UINT16_MAX (((1 << (@BITSIZEOF_UINT16_T@ - 1)) - 1) * 2 + 1) macro
336 # define UINT16_MAX (((1U << (@BITSIZEOF_UINT16_T@ - 1)) - 1) * 2 + 1) macro
340 # define UINT16_MAX 65535 macro
482 # define UINT_LEAST16_MAX UINT16_MAX
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dclib_port.in5 #ifndef UINT16_MAX /* Maximum 16-bit unsigned. */
6 #define UINT16_MAX 65535
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DSecCMS.c103 require(certlen < UINT16_MAX, out);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCMS.c103 require(certlen < UINT16_MAX, out);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr.hnw294 #ifdef UINT16_MAX
295 #define APR_UINT16_MAX UINT16_MAX
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddtrace.h608 #define DTRACE_LQUANTIZE_STEPMASK ((uint64_t)UINT16_MAX << 48)
610 #define DTRACE_LQUANTIZE_LEVELMASK ((uint64_t)UINT16_MAX << 32)
627 #define DTRACE_LLQUANTIZE_FACTORMASK ((uint64_t)UINT16_MAX << 48)
629 #define DTRACE_LLQUANTIZE_LOWMASK ((uint64_t)UINT16_MAX << 32)
631 #define DTRACE_LLQUANTIZE_HIGHMASK ((uint64_t)UINT16_MAX << 16)
633 #define DTRACE_LLQUANTIZE_NSTEPMASK UINT16_MAX

Completed in 175 milliseconds

123