Searched refs:INT32_MIN (Results 1 – 3 of 3) sorted by relevance
168 #define INT_FAST16_MIN INT32_MIN175 #define INT32_MIN (-2147483647-1) macro177 #define INT_LEAST32_MIN INT32_MIN179 #define INT_FAST32_MIN INT32_MIN202 #define SIG_ATOMIC_MIN INT32_MIN209 # define WINT_MIN INT32_MIN220 # define INTPTR_MIN INT32_MIN223 # define PTRDIFF_MIN INT32_MIN
207 #ifndef INT32_MIN208 #define INT32_MIN (-1 - INT32_MAX) macro
1188 …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()