Searched refs:old_i (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dvc-device.cpp488 unsigned old_i = MAX( local
490 unsigned old_data_start = old_i;
493 while (new_i < rows && old_i <= vc->cursor_y) {
494 memcpy(text_buf + columns * (new_i++), vc->text_buf + vc->columns * (old_i++), len);

Completed in 81 milliseconds