Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdlib/
Dstrtoimax.c99 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()
/bionic/libc/include/
Dstdint.h236 # define INTMAX_MIN INT64_MIN macro
252 # define INTMAX_MIN INT32_MIN macro