| /external/arm-trusted-firmware/include/lib/libc/aarch32/ |
| D | stdint_.h | 19 #define UINT64_C(x) x ## ULL macro
|
| /external/arm-trusted-firmware/include/lib/libc/aarch64/ |
| D | stdint_.h | 19 #define UINT64_C(x) x ## UL macro
|
| /external/musl/include/ |
| D | stdint.h | 107 #define UINT64_C(c) c ## UL macro 112 #define UINT64_C(c) c ## 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/cronet/third_party/icu/source/common/unicode/ |
| D | umachine.h | 241 # define UINT64_C(c) c ## ULL macro
|
| /external/icu/libicu/ndk_headers/unicode/ |
| D | umachine.h | 243 # 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/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/icu/libandroidicu/include/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/libconfig/lib/win32/ |
| D | stdint.h | 213 #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/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/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
|