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

/freebsd-10.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-10.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)

Completed in 117 milliseconds