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

/bionic/libc/tzcode/
H A Dprivate.h284 #ifndef INT32_MIN
285 #define INT32_MIN (-1 - INT32_MAX) macro
286 #endif /* !defined INT32_MIN */
/bionic/libc/include/
H A Dstdint.h169 #define INT_FAST16_MIN INT32_MIN
176 #define INT32_MIN (-2147483647-1) macro
178 #define INT_LEAST32_MIN INT32_MIN
180 #define INT_FAST32_MIN INT32_MIN
203 #define SIG_ATOMIC_MIN INT32_MIN
210 # define WINT_MIN INT32_MIN
221 # define INTPTR_MIN INT32_MIN
224 # define PTRDIFF_MIN INT32_MIN
/bionic/tools/versioner/current/
H A Dstdint.h169 #define INT_FAST16_MIN INT32_MIN
176 #define INT32_MIN (-2147483647-1) macro
178 #define INT_LEAST32_MIN INT32_MIN
180 #define INT_FAST32_MIN INT32_MIN
203 #define SIG_ATOMIC_MIN INT32_MIN
210 # define WINT_MIN INT32_MIN
221 # define INTPTR_MIN INT32_MIN
224 # define PTRDIFF_MIN INT32_MIN

Completed in 169 milliseconds