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

/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h71 #define __UINT64_C(c) (c ## UL) macro
74 #define __UINT64_C(c) (c ## ULL) macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h72 #define __UINT64_C(c) (c ## UL) macro
75 #define __UINT64_C(c) (c ## ULL) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h347 #undef __UINT64_C macro
350 # define __UINT64_C(c) c ## UL macro
353 # define __UINT64_C(c) c ## ULL macro

Completed in 72 milliseconds