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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1385 int rowline, rowlongs; local
1392 rowlongs = vinfo.v_rowbytes >> 2;
1415 endp += rowlongs * vinfo.v_height;
1422 for (row = p ; row < endp ; row += rowlongs) {
2925 int col, rowline, rowlongs; local
2941 rowlongs = (int)(vinfo.v_rowbytes / 4);
2944 endp = p + (rowlongs * vinfo.v_height);
2946 for (row = p ; row < endp ; row += rowlongs) {

Completed in 72 milliseconds