Searched refs:INT32_MIN (Results 1 – 2 of 2) sorted by relevance
355 #ifndef INT32_MIN356 #define INT32_MIN (-1 - INT32_MAX) macro
1982 range32 = limitrange(range64, INT32_MIN, INT32_MAX, ats, types); in writezone()2036 thisdefaulttype = (lo_time <= INT32_MIN in writezone()2045 locut = INT32_MIN < lo_time; in writezone()2212 lo = pass == 1 && lo_time < INT32_MIN ? INT32_MIN : lo_time; in writezone()
Completed in 17 milliseconds