Home
last modified time | relevance | path

Searched defs:INT64_C (Results 1 – 18 of 18) sorted by relevance

/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dstdint_.h18 #define INT64_C(x) x ## LL macro
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dstdint_.h18 #define INT64_C(x) x ## L macro
/external/musl/include/
Dstdint.h106 #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/
DDataTypes.h165 #define INT64_C(C) C##i64 macro
/external/cronet/third_party/icu/source/common/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/external/icu/libicu/ndk_headers/unicode/
Dumachine.h235 # define INT64_C(c) c ## LL macro
/external/llvm/include/llvm/Support/
DDataTypes.h165 # define INT64_C(C) C##i64 macro
/external/icu/icu4c/source/common/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/external/icu/libicu/cts_headers/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/external/capstone/include/windowsce/
Dstdint.h123 #define INT64_C(x) (x ## LL) macro
/external/libconfig/lib/win32/
Dstdint.h208 #define INT64_C(val) val##i64 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h233 #define INT64_C(val) val##i64 macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py80 def INT64_C(c): return __CONCAT__(c,l) function
82 def INT64_C(c): return __CONCAT__(c,ll) function
/external/clang/lib/Headers/
Dstdint.h317 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro
320 # define INT64_C(v) v macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py151 def INT64_C(c): return c ## L function
153 def INT64_C(c): return c ## LL function
/external/mdnsresponder/mDNSShared/
DCommonServices.h811 #define INT64_C( value ) value ## i64 macro
813 #define INT64_C( value ) value ## LL macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py280 def INT64_C(c): return c ## L function
282 def INT64_C(c): return c ## LL function