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

/external/libyuv/files/include/libyuv/
H A Dbasic_types.h37 #ifndef UINT64_C
38 #define UINT64_C(x) x ## UI64 macro
47 #ifndef UINT64_C
48 #define UINT64_C(x) x ## ULL macro
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h25 #define UINT64_C(x) x ## UI64 macro
31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## ULL macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h58 #ifndef UINT64_C
59 #define UINT64_C(x) x ## UI64 macro
68 #ifndef UINT64_C
69 #define UINT64_C(x) x ## ULL macro
/external/icu4c/common/unicode/
H A Dumachine.h192 # ifndef UINT64_C
195 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
198 # define UINT64_C(c) c ## ULL macro
210 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
H A Dpwin32.h109 # ifndef UINT64_C
110 # define UINT64_C(x) ((uint64_t)x) macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h82 # define UINT64_C(__val) __val##ui64 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL macro
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/mesa3d/include/c99/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/external/clang/lib/Headers/
H A Dstdint.h278 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
281 # define UINT64_C(v) v ## U macro
437 # define UINT64_MAX UINT64_C(18446744073709551615)

Completed in 217 milliseconds