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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake148 #ifndef INT32_C
149 # define INT32_C(C) C##i32
H A DDataTypes.h.in145 #ifndef INT32_C
146 # define INT32_C(C) C##i32
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h200 #define INT32_C(v) (v) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h191 #define INT32_C(v) (v) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h242 #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val)) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h467 #undef INT32_C macro
469 #define INT32_C(x) x macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h977 #undef INT32_C macro
979 #define INT32_C(x) x macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h805 #if ( !defined( INT32_C ) )
806 #define INT32_C( value ) value ## L macro
H A DDebugServices.c2804 DebugSNPrintF( s, sizeof( s ), "%ld", (long) INT32_C( 2147483647 ) );
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfigure25888 int32_t a3 = INT32_C (17);
[all...]

Completed in 305 milliseconds