Searched refs:LLONG_MIN (Results 1 – 3 of 3) sorted by relevance
8 #ifndef LLONG_MIN9 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1) macro
25 #if defined(LLONG_MIN)26 #define INT64_MIN LLONG_MIN108 #define INTMAX_MIN LLONG_MIN
95 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()119 acc = LLONG_MIN; in strtoll()
Completed in 4 milliseconds