Searched refs:INTMAX_MIN (Results 1 – 4 of 4) sorted by relevance
16 #define MIN_VALUE INTMAX_MIN
94 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()118 acc = INTMAX_MIN; in strtoimax()
180 # define INTMAX_MIN LLONG_MIN macro183 # define INTMAX_MIN __LONG_LONG_MIN__ macro190 # define INTMAX_MIN LONG_MIN macro
197 #define INTMAX_MIN INT64_MIN macro