Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/
A Dnconf.gui.c508 int start_x = 0, start_y = 0; in show_scroll_win() local
554 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
590 start_x--; in show_scroll_win()
594 start_x++; in show_scroll_win()
605 if (start_x < 0) in show_scroll_win()
606 start_x = 0; in show_scroll_win()
607 if (start_x >= total_cols-text_cols) in show_scroll_win()
608 start_x = total_cols-text_cols; in show_scroll_win()
/linux/drivers/tty/vt/
A Dvt.c3084 ushort start_x, cnt; in vt_console_print() local
3111 start_x = vc->state.x; in vt_console_print()
3117 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
3122 start_x = vc->state.x; in vt_console_print()
3129 start_x = vc->state.x; in vt_console_print()
3145 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
/linux/drivers/staging/media/atomisp/pci/
A Dsh_css_params.c1433 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local
1454 short val_x = start_x[i]; in sh_css_params_default_morph_table()
1464 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()

Completed in 19 milliseconds