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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c155 static uint32_t gc_buffer_rows; variable
332 if ( xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows )
394 buffer_rows = gc_buffer_rows;
402 gc_buffer_rows = 0;
466 gc_buffer_rows = buffer_rows;
486 if ( xx < gc_buffer_columns && yy < gc_buffer_rows )
528 if ( xx < gc_buffer_columns && yy < gc_buffer_rows )
1036 if ( bottom <= gc_buffer_rows )
1149 if ( bottom <= gc_buffer_rows )
[all...]

Completed in 21 milliseconds