Searched refs:INTMAX_MIN (Results 1 – 4 of 4) sorted by relevance
16 #define MIN_VALUE INTMAX_MIN
104 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()128 acc = INTMAX_MIN; in strtoimax()
236 # define INTMAX_MIN LLONG_MIN macro241 # define INTMAX_MIN LONG_MIN macro
198 #define INTMAX_MIN INT64_MIN macro