Home | History | Annotate | Download | only in tzcode

Lines Matching defs:minval

225 	int_fast32_t minval = -1 - maxval;
233 If the result would be minval - 1, return minval. */
235 result += minval;
248 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval;
256 If the result would be minval - 1, return minval. */
258 result += minval;