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()
225 # define INTMAX_MIN LLONG_MIN macro230 # define INTMAX_MIN LONG_MIN macro
197 #define INTMAX_MIN INT64_MIN macro