Searched refs:UINT16_C (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake145 #ifndef UINT16_C
146 # define UINT16_C(C) C##ui16
H A DDataTypes.h.in142 #ifndef UINT16_C
143 # define UINT16_C(C) C##ui16
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h204 #define UINT16_C(v) (v ## U) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h195 #define UINT16_C(v) (v ## U) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h248 #define UINT16_C(val) (val) macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h965 #undef UINT16_C macro
969 # define UINT16_C(x) x macro
971 # define UINT16_C(x) x##U macro
974 # define UINT16_C(x) x macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h463 #undef UINT16_C macro
465 #define UINT16_C(x) x macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h821 #if ( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h36 #define CC_UNIT_C(x) UINT16_C(x)
113 #define ccn32_v(a0) ccn16_v(a0 & UINT16_C(0xffff)),ccn16_v(a0 >> 16)
134 (i & 3) == 2 ? ((uint16_t)(a[i >> 2] >> 32) & UINT16_C(0xffff)) : \
135 (i & 3) == 1 ? ((uint16_t)(a[i >> 2] >> 16) & UINT16_C(0xffff)) : \
136 ((uint16_t)(a[i >> 1] & UINT16_C(0xffff))))
142 //#define ccn_uint16(a,i) (i & 1 ? ((uint16_t)(a[i >> 1] >> 16)) : ((uint16_t)(a[i >> 1] & UINT16_C(0xffff))))
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfigure25893 uint16_t b2 = UINT16_C (17);
[all...]

Completed in 164 milliseconds