Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h178 # define UINT64_MAX (__UINT64_C(18446744073709551615))
190 # define __UINT64_C(c) c ## ULL macro
191 # define UINT64_C(c) __UINT64_C(c)