Home
last modified time | relevance | path

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

/NextBSD/sys/mips/include/
HD_stdint.h71 #define __INT64_C(c) (c ## L) macro
74 #define __INT64_C(c) (c ## LL) macro
/NextBSD/sys/powerpc/include/
HD_stdint.h70 #define __INT64_C(c) (c ## L) macro
73 #define __INT64_C(c) (c ## LL) macro
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_internal_defs.h259 # define __INT64_C(c) c ## L macro
262 # define __INT64_C(c) c ## LL macro