Home
last modified time | relevance | path

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

/bionic/libc/include/
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/
Dprivate.h207 #ifndef INT32_MIN
208 #define INT32_MIN (-1 - INT32_MAX) macro
/bionic/linker/
Dlinker.cpp1188 …if ((static_cast<ElfW(Addr)>(INT32_MIN) <= (*reinterpret_cast<ElfW(Addr)*>(reloc) + (sym_addr + re… in Relocate()
1194 static_cast<ElfW(Addr)>(INT32_MIN), in Relocate()
1227 …if ((static_cast<ElfW(Addr)>(INT32_MIN) <= (*reinterpret_cast<ElfW(Addr)*>(reloc) + ((sym_addr + r… in Relocate()
1233 static_cast<ElfW(Addr)>(INT32_MIN), in Relocate()