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

/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
/bionic/libc/tzcode/
H A Dprivate.h273 #ifndef INT32_MIN
274 #define INT32_MIN (-1 - INT32_MAX) macro
275 #endif /* !defined INT32_MIN */
/bionic/linker/
H A Dlinker.cpp2913 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN);
2956 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN);

Completed in 88 milliseconds