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

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.c45 #define ONE_LINE (vga_cols * ONE_SPACE) /* number of bytes in line */ macro
46 #define ONE_PAGE (vga_rows * ONE_LINE) /* number of bytes in page */
226 from = ONE_LINE * lines;
227 size = ( ONE_PAGE - ( ONE_LINE * lines ) ) / ONE_SPACE;
231 to = ( ( vga_rows - lines) * ONE_LINE );
232 size = ( ONE_LINE * lines ) / ONE_SPACE;
251 from = ONE_PAGE - ( ONE_LINE * lines ) - ONE_SPACE;
252 size = ( ONE_PAGE - ( ONE_LINE * lines ) ) / ONE_SPACE;
257 size = ( ONE_LINE * lines ) / ONE_SPACE;

Completed in 23 milliseconds