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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake139 #ifndef UINT8_C
140 # define UINT8_C(C) C##ui8
H A DDataTypes.h.in136 #ifndef UINT8_C
137 # define UINT8_C(C) C##ui8
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h203 #define UINT8_C(v) (v ## U) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h194 #define UINT8_C(v) (v ## U) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h247 #define UINT8_C(val) (val) macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h952 #undef UINT8_C macro
956 # define UINT8_C(x) x macro
958 # define UINT8_C(x) x##U macro
961 # define UINT8_C(x) x macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h458 #undef UINT8_C macro
460 #define UINT8_C(x) x macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h817 #if ( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h41 #define CC_UNIT_C(x) UINT8_C(x)
105 #define ccn16_v(a0) (a0 & UINT8_C(0xff)),(a0 >> 8)
150 //#define ccn16_v(a0) (a0 & UINT8_C(0xff)),(a0 >> 8)
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfigure25892 uint8_t b1 = UINT8_C (17);
[all...]

Completed in 268 milliseconds