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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1381 int linelongs, col; local
1387 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2);
1398 p += (yy + 1) * linelongs;
1399 endp += scrreg_bottom * linelongs;
1405 p += scrreg_top * linelongs;
1406 endp += yy * linelongs;
1410 p += scrreg_top * linelongs;
1414 endp += scrreg_bottom * linelongs;
1760 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
1765 linelongs
1793 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; local
[all...]

Completed in 73 milliseconds