Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c1333 int rowline, rowlongs; in vc_clear_screen() local
1341 rowlongs = vinfo.v_rowbytes >> 2; in vc_clear_screen()
1364 endp += rowlongs * vinfo.v_height; in vc_clear_screen()
1371 for (row = p; row < endp; row += rowlongs) { in vc_clear_screen()