Searched defs:INT32_MIN (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tzcode/
H A Dprivate.h207 #ifndef INT32_MIN
208 #define INT32_MIN (-1 - INT32_MAX) macro
209 #endif /* !defined INT32_MIN */
/bionic/libc/include/
H A Dstdint.h168 #define INT_FAST16_MIN INT32_MIN
175 #define INT32_MIN (-2147483647-1) macro
177 #define INT_LEAST32_MIN INT32_MIN
179 #define INT_FAST32_MIN INT32_MIN
202 #define SIG_ATOMIC_MIN INT32_MIN
209 # define WINT_MIN INT32_MIN
220 # define INTPTR_MIN INT32_MIN
223 # define PTRDIFF_MIN INT32_MIN

Completed in 3045 milliseconds