Lines Matching defs:min
1803 d->interface->min[ABS_X] = libevdev_get_abs_minimum(d->evdev, code);
1811 d->interface->min[ABS_Y] = libevdev_get_abs_minimum(d->evdev, code);
2209 l = min(x, d->semi_mt.touches[other].x);
2210 t = min(y, d->semi_mt.touches[other].y);
2292 l = min(x, d->semi_mt.touches[other].x);
2293 t = min(y, d->semi_mt.touches[other].y);
2867 litest_scale_range(int min, int max, double val)
2872 return (max - min) * val/100.0 + min;
2878 int min, max;
2887 min = d->interface->min[axis];
2890 return litest_scale_range(min, max, val);
2911 double min = abs->minimum != 0 ? log2(abs->minimum) : 0,
2919 value = litest_scale_range(min, max, value);
3431 of [min, max] */
4063 int min = minimum_movement;
4074 min = minimum_movement/2;
4081 min *= 120;
4094 litest_assert_int_ge(value, min);
4096 litest_assert_int_le(value, min);
4520 l = min(x, semi_mt->touches[other].x);
4521 t = min(y, semi_mt->touches[other].y);
4564 l = min(x, semi_mt->touches[other].x);
4565 t = min(y, semi_mt->touches[other].y);
4932 return min(failed_tests, 255);