Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h181 # define UINT64_C(c) __UINT64_C(c) macro
182 # define UINT_LEAST64_C(c) UINT64_C(c)
183 # define UINT_FAST64_C(c) UINT64_C(c)
226 # define UINTMAX_C(c) UINT64_C(c)