Searched refs:old_y (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pckbc/ |
H A D | pms.c | 122 int old_x, old_y; member 144 int old_x, old_y; member 1683 alps->old_x, alps->old_y, ALPS_PRESSURE, 0); in pms_proc_alps() 1690 alps->old_x, alps->old_y, 0, 0); in pms_proc_alps() 1702 alps->old_y = y; in pms_proc_alps() 2561 && (x != elantech->old_x || y != elantech->old_y))) { in pms_proc_elantech_v3() 2563 y = elantech->old_y; in pms_proc_elantech_v3() 2573 elantech->old_y = y; in pms_proc_elantech_v3()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | rtlanal.c | 371 rtx old_y; local 410 for (old_y = NULL_RTX; GET_CODE (y) == REG && y != old_y; 411 old_y = y, y = find_last_value (y, &old_insn, NULL_RTX, 0)) 462 for (old_y = NULL_RTX; GET_CODE (y) == REG && y != old_y; 463 old_y = y, y = find_last_value (y, &old_insn, NULL_RTX, 0))
|
/openbsd/usr.bin/tmux/ |
H A D | window-copy.c | 4439 window_copy_redraw_selection(struct window_mode_entry *wme, u_int old_y) in window_copy_redraw_selection() argument 4446 if (old_y <= new_y) { in window_copy_redraw_selection() 4447 start = old_y; in window_copy_redraw_selection() 4451 end = old_y; in window_copy_redraw_selection()
|