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

/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h70 #define __INT64_C(c) (c ## L) macro
73 #define __INT64_C(c) (c ## LL) macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h71 #define __INT64_C(c) (c ## L) macro
74 #define __INT64_C(c) (c ## LL) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h346 #undef __INT64_C macro
349 # define __INT64_C(c) c ## L macro
352 # define __INT64_C(c) c ## LL macro

Completed in 72 milliseconds