/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/libyuv/files/include/libyuv/ |
D | basic_types.h | 32 #define UINT64_C(x) x##UI64 macro 43 #define UINT64_C(x) x##UL macro 53 #define UINT64_C(x) x##ULL macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h.in | 167 # define UINT64_C(C) C##ui64 macro
|
D | DataTypes.h | 168 # define UINT64_C(C) C##ui64 macro
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 204 # define UINT64_C(c) c ## ULL macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 167 # define UINT64_C(C) C##ui64 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 167 # define UINT64_C(C) C##ui64 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 204 # define UINT64_C(c) c ## ULL macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 167 # define UINT64_C(C) C##ui64 macro
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 167 # define UINT64_C(C) C##ui64 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 168 # define UINT64_C(C) C##ui64 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 168 #define UINT64_C(C) C##ui64 macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 223 #define UINT64_C(val) val##ui64 macro
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 238 #define UINT64_C(val) val##ui64 macro
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 238 #define UINT64_C(val) val##ui64 macro
|
/external/libusb/msvc/ |
D | stdint.h | 250 #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/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/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-linux2/ |
D | IN.py | 161 def UINT64_C(c): return c ## UL function 163 def UINT64_C(c): return c ## ULL function
|
/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
|