Home | History | Annotate | Download | only in tzcode

Lines Matching full:minval

224 	int_fast32_t minval = -1 - maxval;
232 If the result would be minval - 1, return minval. */
234 result += minval;
247 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval;
255 If the result would be minval - 1, return minval. */
257 result += minval;