Searched refs:INTMAX_MIN (Results 1 – 2 of 2) sorted by relevance
99 cutlim = INTMAX_MIN % x; \ in strtoimax()100 cutoff = INTMAX_MIN / x; \ in strtoimax()110 cutlim = (int)(INTMAX_MIN % 4); in strtoimax()111 cutoff = INTMAX_MIN / 4; in strtoimax()122 cutoff = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax()149 acc = INTMAX_MIN; in strtoimax()
236 # define INTMAX_MIN INT64_MIN macro252 # define INTMAX_MIN INT32_MIN macro