Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A D_stdint.h71 #ifndef __INT64_C
73 #define __INT64_C(c) (c ## L) macro
76 #define __INT64_C(c) (c ## LL) macro
89 #define INT64_MIN (-__INT64_C(0x7fffffffffffffff)-1)
95 #define INT64_MAX __INT64_C(0x7fffffffffffffff)