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

/bionic/libc/include/
H A Dstdint.h133 #define UINT_LEAST64_C(c) UINT64_C(c)
134 #define UINT_FAST64_C(c) UINT64_C(c)
137 #define UINTMAX_C(c) UINT64_C(c)
141 # define UINT64_C(c) c ## UL macro
143 # define UINTPTR_C(c) UINT64_C(c)
147 # define UINT64_C(c) c ## ULL macro
192 #define UINT64_MAX (UINT64_C(18446744073709551615))

Completed in 1746 milliseconds