Home
last modified time | relevance | path

Searched defs:UINT64_C (Results 1 – 18 of 18) sorted by relevance

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dbasic_types.h33 #define UINT64_C(x) x ## UI64 macro
44 #define UINT64_C(x) x ## UL macro
54 #define UINT64_C(x) x ## ULL macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h168 #define UINT64_C(C) C##ui64 macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/external/icu/libicu/cts_headers/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/external/llvm/include/llvm/Support/
DDataTypes.h168 # define UINT64_C(C) C##ui64 macro
/external/icu/libicu/ndk_headers/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/external/capstone/include/windowsce/
Dstdint.h128 #define UINT64_C(x) (x ## ULL) macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h85 #define UINT64_C(x) x ## ULL macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h238 #define UINT64_C(val) val##ui64 macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py90 def UINT64_C(c): return __CONCAT__(c,ul) function
92 def UINT64_C(c): return __CONCAT__(c,ull) function
/external/compiler-rt/lib/builtins/
Dfp_lib.h37 # define UINT64_C(c) (c ## ULL) macro
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_lib.h37 #define UINT64_C(c) (c##ULL) macro
/external/llvm-project/clang/lib/Headers/
Dstdint.h304 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
307 # define UINT64_C(v) v ## U macro
/external/clang/lib/Headers/
Dstdint.h318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
321 # define UINT64_C(v) v ## U macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py161 def UINT64_C(c): return c ## UL function
163 def UINT64_C(c): return c ## ULL function
/external/mdnsresponder/mDNSShared/
DCommonServices.h831 #define UINT64_C( value ) value ## UI64 macro
833 #define UINT64_C( value ) value ## ULL macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py290 def UINT64_C(c): return c ## UL function
292 def UINT64_C(c): return c ## ULL function