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

/freebsd-11.0-release/sys/mips/include/
H A D_stdint.h69 #ifndef __INT64_C
71 #define __INT64_C(c) (c ## L) macro
74 #define __INT64_C(c) (c ## LL) macro
87 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1)
93 #define INT64_MAX __INT64_C(0x7fffffffffffffff)
/freebsd-11.0-release/sys/powerpc/include/
H A D_stdint.h68 #ifndef __INT64_C
70 #define __INT64_C(c) (c ## L) macro
73 #define __INT64_C(c) (c ## LL) macro
86 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1)
92 #define INT64_MAX __INT64_C(0x7fffffffffffffff)
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h263 #undef __INT64_C macro
266 # define __INT64_C(c) c ## L macro
269 # define __INT64_C(c) c ## LL
279 #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
281 #define INT64_MAX (__INT64_C(9223372036854775807))

Completed in 102 milliseconds