Searched refs:LLONG_MIN (Results 1 – 13 of 13) sorted by relevance
98 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()122 acc = LLONG_MIN; in strtoll()156 #if ((INTMAX_MIN == LLONG_MIN) && (INTMAX_MAX == LLONG_MAX))
56 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
32 # ifndef LLONG_MIN33 # define LLONG_MIN ((LONGLONG_T)(~(ULLONG_MAX >> 1))) macro
60 ll = LLONG_MIN;64 lt = LLONG_MIN - 1;
106 cutoff = neg ? LLONG_MIN : LLONG_MAX;135 acc = LLONG_MIN;
93 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()117 acc = LLONG_MIN; in strtoll()
15 #define MIN_VALUE LLONG_MIN
10 #define RESTYPE_MIN LLONG_MIN
87 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro
376 return (LLONG_MIN); in get_val()