Home
last modified time | relevance | path

Searched defs:__INT64_C (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/include/
H A D_stdint.h70 #define __INT64_C(c) (c ## L) macro
73 #define __INT64_C(c) (c ## LL) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h375 # define __INT64_C(c) c ## L macro
378 # define __INT64_C(c) c ## LL macro