Searched refs:x_off (Results 1 – 2 of 2) sorted by relevance
236 int x_off; in virtual_oss_process() local570 x_off = x % dst_chans; in virtual_oss_process()572 x_off = x; in virtual_oss_process()574 virtual_oss_mixer_core(buffer_data + x_off, buffer_temp + src, in virtual_oss_process()626 x_off = x % dst_chans; in virtual_oss_process()628 x_off = x; in virtual_oss_process()630 virtual_oss_mixer_core(buffer_data + x_off, buffer_temp + src, in virtual_oss_process()
3572 int x_off, y_off; in menu_op() local3640 x_off = (COLS - max_width) / 2; in menu_op()3642 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op()