Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h195 # define UINT64_C(c) __UINT64_C(c) macro
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)