Searched defs:INT64_C (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h171 # define INT64_C(c) c ## LL macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h190 # define INT64_C(c) c ## LL macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h190 # define INT64_C(c) c ## LL macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h190 # define INT64_C(c) c ## LL macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h192 #define INT64_C(v) (v ## LL) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h245 #define INT64_C(val) val##i64 macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h472 #undef INT64_C macro
475 # define INT64_C(x) x##L macro
477 # define INT64_C(x) x##i64 macro
479 # define INT64_C(x) x##LL macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h990 #undef INT64_C macro
993 # define INT64_C(x) x##L macro
996 # define INT64_C(x) x##LL macro
999 # define INT64_C(x) x##i64 macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h201 #define INT64_C(v) (v ## LL) macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h811 #define INT64_C( value ) value ## i64 macro
813 #define INT64_C( value ) value ## LL macro

Completed in 148 milliseconds