Searched defs:LLONG_MIN (Results 1 – 4 of 4) sorted by relevance
15 #define LLONG_MIN (-LLONG_MAX - 1) macro
33 #define LLONG_MIN (-LLONG_MAX - 1ll) macro38 #define LLONG_MIN (1LL<<63) macro
18 #define LLONG_MIN (-LLONG_MAX - 1ll) macro23 #define LLONG_MIN (1LL<<63) macro
122 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1) macro