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

/external/libyuv/files/include/libyuv/
H A Dbasic_types.h28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64 macro
39 #ifndef UINT64_C
40 #define UINT64_C(x) x ## UL macro
49 #ifndef UINT64_C
50 #define UINT64_C(x) x ## ULL macro
/external/mesa3d/src/egl/main/
H A Deglcompiler.h58 # define UINT64_C(__val) __val##ui64 macro
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## UI64 macro
42 #ifndef UINT64_C
43 #define UINT64_C(x) x ## UL macro
52 #ifndef UINT64_C
53 #define UINT64_C(x) x ## ULL macro
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h207 # ifndef UINT64_C
210 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
213 # define UINT64_C(c) c ## ULL macro
225 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/llvm/include/llvm/Support/
H A DDataTypes.h167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64 macro
/external/compiler-rt/lib/builtins/
H A Dfp_lib.h36 # undef UINT64_C macro
37 # define UINT64_C(c) (c ## ULL) macro
66 #define REP_C UINT64_C
140 #define Word_LoMask UINT64_C(0x00000000ffffffff)
141 #define Word_HiMask UINT64_C(0xffffffff00000000)
142 #define Word_FullMask UINT64_C(0xffffffffffffffff)
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/external/mesa3d/include/c99/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/external/bison/darwin-lib/
H A Dstdint.h597 #undef UINT64_C macro
606 # define UINT64_C(x) x##UL macro
608 # define UINT64_C(x) x##ui64 macro
610 # define UINT64_C(x) x##ULL macro
629 # define UINTMAX_C(x) UINT64_C(x)
/external/clang/lib/Headers/
H A Dstdint.h318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
321 # define UINT64_C(v) v ## U macro
477 # define UINT64_MAX UINT64_C(18446744073709551615)
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h829 #if( !defined( UINT64_C ) )
831 #define UINT64_C( value ) value ## UI64 macro
833 #define UINT64_C( value ) value ## ULL macro

Completed in 547 milliseconds