Home
last modified time | relevance | path

Searched refs:__UINT64_C (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/include/DragonOS/
H A Dstdint.h146 # define __UINT64_C(c) c ## UL macro
149 # define __UINT64_C(c) c ## ULL macro
169 # define UINT64_MAX (__UINT64_C(18446744073709551615))
187 # define UINT_LEAST64_MAX (__UINT64_C(18446744073709551615))
220 # define UINT_FAST64_MAX (__UINT64_C(18446744073709551615))
241 # define UINTMAX_MAX (__UINT64_C(18446744073709551615))