Searched defs:UINT64_C (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h179 # define UINT64_C(c) c ## ULL macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h198 # define UINT64_C(c) c ## ULL macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h198 # define UINT64_C(c) c ## ULL macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h198 # define UINT64_C(c) c ## ULL macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h197 #define UINT64_C(v) (v ## ULL) macro
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMathExtras.h281 #define UINT64_C(c) c ## ui64 macro
283 #define UINT64_C(c) c ## ull macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h250 #define UINT64_C(val) val##ui64 macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h473 #undef UINT64_C macro
482 # define UINT64_C(x) x##UL macro
484 # define UINT64_C(x) x##ui64 macro
486 # define UINT64_C(x) x##ULL macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h991 #undef UINT64_C macro
994 # define UINT64_C(x) x##UL macro
997 # define UINT64_C(x) x##ULL macro
1000 # define UINT64_C(x) x##ui64 macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h206 #define UINT64_C(v) (v ## ULL) macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h831 #define UINT64_C( value ) value ## UI64 macro
833 #define UINT64_C( value ) value ## ULL macro

Completed in 211 milliseconds