Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdint.h152 # define __UINT64_C(c) c ## UL macro
155 # define __UINT64_C(c) c ## ULL macro
175 # define UINT64_MAX (__UINT64_C(18446744073709551615))
193 # define UINT_LEAST64_MAX (__UINT64_C(18446744073709551615))
226 # define UINT_FAST64_MAX (__UINT64_C(18446744073709551615))
248 # define UINTMAX_MAX (__UINT64_C(18446744073709551615))

Completed in 3 milliseconds