/src/sys/arch/macppc/dev/ |
pbms.c | 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 618 &y_raw, &y_fingers); 619 fingers = uimax(x_fingers, y_fingers);
|
pbms.c | 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 618 &y_raw, &y_fingers); 619 fingers = uimax(x_fingers, y_fingers);
|
/src/sys/dev/usb/ |
uatp.c | 1716 unsigned int y_pressure, y_raw, y_fingers; local in function:interpret_input 1722 uatp_y_sensors(sc), uatp_y_ratio(sc), &y_raw, &y_fingers); 1727 y_pressure, y_raw, y_fingers, 1754 fingers = uimax(x_fingers, y_fingers);
|
uatp.c | 1716 unsigned int y_pressure, y_raw, y_fingers; local in function:interpret_input 1722 uatp_y_sensors(sc), uatp_y_ratio(sc), &y_raw, &y_fingers); 1727 y_pressure, y_raw, y_fingers, 1754 fingers = uimax(x_fingers, y_fingers);
|