Home
last modified time | relevance | path

Searched refs:INT64_C (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dumachine.h225 # ifndef INT64_C
228 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
231 # define INT64_C(c) c ## LL macro
243 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
247 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/interface/sdk_c/third_party/libuv/include/uv/
H A Dstdint-msvc2008.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro

Completed in 2 milliseconds