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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h270 #undef __UINT64_C macro
273 # define __UINT64_C(c) c ## UL macro
276 # define __UINT64_C(c) c ## ULL
289 #define UINT64_MAX (__UINT64_C(18446744073709551615))

Completed in 114 milliseconds