/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | basic_types.h | 33 #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/ |
D | DataTypes.h | 168 #define UINT64_C(C) C##ui64 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 241 # define UINT64_C(c) c ## ULL macro
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 241 # define UINT64_C(c) c ## ULL macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | umachine.h | 241 # define UINT64_C(c) c ## ULL macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 168 # define UINT64_C(C) C##ui64 macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | umachine.h | 241 # define UINT64_C(c) c ## ULL macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 128 #define UINT64_C(x) (x ## ULL) macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 85 #define UINT64_C(x) x ## ULL macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 238 #define UINT64_C(val) val##ui64 macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 90 def UINT64_C(c): return __CONCAT__(c,ul) function 92 def UINT64_C(c): return __CONCAT__(c,ull) function
|
/external/compiler-rt/lib/builtins/ |
D | fp_lib.h | 37 # define UINT64_C(c) (c ## ULL) macro
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fp_lib.h | 37 #define UINT64_C(c) (c##ULL) macro
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 304 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro 307 # define UINT64_C(v) v ## U macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 318 # 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/ |
D | IN.py | 161 def UINT64_C(c): return c ## UL function 163 def UINT64_C(c): return c ## ULL function
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 831 #define UINT64_C( value ) value ## UI64 macro 833 #define UINT64_C( value ) value ## ULL macro
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 290 def UINT64_C(c): return c ## UL function 292 def UINT64_C(c): return c ## ULL function
|