Searched refs:rowlongs (Results 1 – 1 of 1) sorted by relevance
1331 int rowline, rowlongs; in vc_clear_screen() local1339 rowlongs = vinfo.v_rowbytes >> 2; in vc_clear_screen()1362 endp += rowlongs * vinfo.v_height; in vc_clear_screen()1369 for (row = p; row < endp; row += rowlongs) { in vc_clear_screen()