Lines Matching defs:max
994 litest_run_suite(struct list *tests, int which, int max, int error_fd)
1041 count = (count + 1) % max;
1042 if (max != 1 && (count % max) != which)
1804 d->interface->max[ABS_X] = libevdev_get_abs_maximum(d->evdev, code);
1812 d->interface->max[ABS_Y] = libevdev_get_abs_maximum(d->evdev, code);
2211 r = max(x, d->semi_mt.touches[other].x);
2212 b = max(y, d->semi_mt.touches[other].y);
2294 r = max(x, d->semi_mt.touches[other].x);
2295 b = max(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;
2888 max = d->interface->max[axis];
2890 return litest_scale_range(min, max, val);
2912 max = abs->maximum != 0 ? log2(abs->maximum) : 0;
2919 value = litest_scale_range(min, max, value);
3431 of [min, max] */
4522 r = max(x, semi_mt->touches[other].x);
4523 b = max(y, semi_mt->touches[other].y);
4566 r = max(x, semi_mt->touches[other].x);
4567 b = max(y, semi_mt->touches[other].y);