Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c1330 int linelongs, col; in vc_clear_screen() local
1337 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_clear_screen()
1348 p += (yy + 1) * linelongs; in vc_clear_screen()
1349 endp += scrreg_bottom * linelongs; in vc_clear_screen()
1355 p += scrreg_top * linelongs; in vc_clear_screen()
1356 endp += yy * linelongs; in vc_clear_screen()
1360 p += scrreg_top * linelongs; in vc_clear_screen()
1364 endp += scrreg_bottom * linelongs; in vc_clear_screen()
1735 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local
1741 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_down()
[all …]