Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | nconf.gui.c | 524 int start_x = 0, start_y = 0; in show_scroll_win_ext() local 536 start_x = *hscroll; in show_scroll_win_ext() 575 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext() 611 start_x--; in show_scroll_win_ext() 615 start_x++; in show_scroll_win_ext() 636 if (start_x < 0) in show_scroll_win_ext() 637 start_x = 0; in show_scroll_win_ext() 638 if (start_x >= total_cols-text_cols) in show_scroll_win_ext() 639 start_x = total_cols-text_cols; in show_scroll_win_ext() 643 *hscroll = start_x; in show_scroll_win_ext()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 3377 ushort start_x, cnt; in vt_console_print() local 3404 start_x = vc->state.x; in vt_console_print() 3411 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print() 3416 start_x = vc->state.x; in vt_console_print() 3423 start_x = vc->state.x; in vt_console_print() 3439 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_params.c | 1410 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local 1431 short val_x = start_x[i]; in sh_css_params_default_morph_table() 1441 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()
|