| /external/arm-trusted-firmware/include/lib/libc/aarch32/ |
| D | stdint_.h | 18 #define INT64_C(x) x ## LL macro
|
| /external/arm-trusted-firmware/include/lib/libc/aarch64/ |
| D | stdint_.h | 18 #define INT64_C(x) x ## L macro
|
| /external/musl/include/ |
| D | stdint.h | 106 #define INT64_C(c) c ## L macro 111 #define INT64_C(c) c ## LL macro
|
| /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
| D | DataTypes.h | 165 #define INT64_C(C) C##i64 macro
|
| /external/cronet/third_party/icu/source/common/unicode/ |
| D | umachine.h | 233 # define INT64_C(c) c ## LL macro
|
| /external/icu/libicu/ndk_headers/unicode/ |
| D | umachine.h | 235 # define INT64_C(c) c ## LL macro
|
| /external/llvm/include/llvm/Support/ |
| D | DataTypes.h | 165 # define INT64_C(C) C##i64 macro
|
| /external/icu/icu4c/source/common/unicode/ |
| D | umachine.h | 233 # define INT64_C(c) c ## LL macro
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | umachine.h | 233 # define INT64_C(c) c ## LL macro
|
| /external/icu/libandroidicu/include/unicode/ |
| D | umachine.h | 233 # define INT64_C(c) c ## LL macro
|
| /external/capstone/include/windowsce/ |
| D | stdint.h | 123 #define INT64_C(x) (x ## LL) macro
|
| /external/libconfig/lib/win32/ |
| D | stdint.h | 208 #define INT64_C(val) val##i64 macro
|
| /external/jemalloc_new/include/msvc_compat/C99/ |
| D | stdint.h | 233 #define INT64_C(val) val##i64 macro
|
| /external/python/cpython2/Lib/plat-sunos5/ |
| D | TYPES.py | 80 def INT64_C(c): return __CONCAT__(c,l) function 82 def INT64_C(c): return __CONCAT__(c,ll) function
|
| /external/clang/lib/Headers/ |
| D | stdint.h | 317 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro 320 # define INT64_C(v) v macro
|
| /external/python/cpython2/Lib/plat-linux2/ |
| D | IN.py | 151 def INT64_C(c): return c ## L function 153 def INT64_C(c): return c ## LL function
|
| /external/mdnsresponder/mDNSShared/ |
| D | CommonServices.h | 811 #define INT64_C( value ) value ## i64 macro 813 #define INT64_C( value ) value ## LL macro
|
| /external/python/cpython2/Lib/plat-atheos/ |
| D | IN.py | 280 def INT64_C(c): return c ## L function 282 def INT64_C(c): return c ## LL function
|