/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | basic_types.h | 30 #define INT64_C(x) x ## I64 macro 41 #define INT64_C(x) x ## L macro 51 #define INT64_C(x) x ## LL macro
|
/external/libyuv/files/include/libyuv/ |
D | basic_types.h | 29 #define INT64_C(x) x##I64 macro 40 #define INT64_C(x) x##L macro 50 #define INT64_C(x) x##LL macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h.in | 164 # define INT64_C(C) C##i64 macro
|
D | DataTypes.h | 165 # define INT64_C(C) C##i64 macro
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 196 # define INT64_C(c) c ## LL macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 164 # define INT64_C(C) C##i64 macro
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 164 # define INT64_C(C) C##i64 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 196 # define INT64_C(c) c ## LL macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 164 # define INT64_C(C) C##i64 macro
|
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/ |
D | DataTypes.h | 164 # define INT64_C(C) C##i64 macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 165 # define INT64_C(C) C##i64 macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 165 #define INT64_C(C) C##i64 macro
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 218 #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/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 233 #define INT64_C(val) val##i64 macro
|
/external/libusb/msvc/ |
D | stdint.h | 245 #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/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-linux2/ |
D | IN.py | 151 def INT64_C(c): return c ## L function 153 def INT64_C(c): return c ## LL function
|
/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
|