Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dumachine.h233 # ifndef UINT64_C
236 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
239 # define UINT64_C(c) c ## ULL macro
251 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/interface/sdk_c/third_party/libuv/include/uv/
H A Dstdint-msvc2008.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro

Completed in 2 milliseconds