Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/scripts/kconfig/ |
D | nconf.gui.c | 515 int start_x = 0, start_y = 0; in show_scroll_win_ext() local 527 start_x = *hscroll; in show_scroll_win_ext() 566 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext() 602 start_x--; in show_scroll_win_ext() 606 start_x++; in show_scroll_win_ext() 627 if (start_x < 0) in show_scroll_win_ext() 628 start_x = 0; in show_scroll_win_ext() 629 if (start_x >= total_cols-text_cols) in show_scroll_win_ext() 630 start_x = total_cols-text_cols; in show_scroll_win_ext() 634 *hscroll = start_x; in show_scroll_win_ext()
|
/Linux-v6.6/drivers/tty/vt/ |
D | vt.c | 3037 ushort start_x, cnt; in vt_console_print() local 3064 start_x = vc->state.x; in vt_console_print() 3070 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print() 3075 start_x = vc->state.x; in vt_console_print() 3082 start_x = vc->state.x; in vt_console_print() 3098 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 1419 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local 1440 short val_x = start_x[i]; in sh_css_params_default_morph_table() 1450 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()
|