Home
last modified time | relevance | path

Searched refs:row (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c1021 uint32_t column, row; in gc_scroll_down() local
1026 for (row = bottom - 1; row >= top + num; row--) { in gc_scroll_down()
1027 index = row * gc_buffer_columns; in gc_scroll_down()
1040 /* yy */ row, in gc_scroll_down()
1047 /* yy */ row, in gc_scroll_down()
1068 for (row = top; row < top + num; row++) { in gc_scroll_down()
1069 index = row * gc_buffer_columns; in gc_scroll_down()
1077 /* yy */ row, in gc_scroll_down()
1084 /* yy */ row, in gc_scroll_down()
1115 uint32_t column, row; in gc_scroll_up() local
[all …]
/xnu-8019.80.24/libkern/zlib/
H A Dz_crc32.c395 unsigned long row; in z_crc32_combine() local
405 row = 1; in z_crc32_combine()
407 odd[n] = row; in z_crc32_combine()
408 row <<= 1; in z_crc32_combine()
/xnu-8019.80.24/tests/
H A Dtest_sysctl_kern_procargs_25397314.m163 for (size_t row = 0; row < size; row += ROW_LENGTH) {
166 [line appendFormat:@" %04zx ", row];
167 for (size_t col = row; col < row + ROW_LENGTH; col++) {
/xnu-8019.80.24/osfmk/console/art/
H A Dprogress.m46 void print_buffer (uint8_t * buffer, size_t width, size_t height, size_t row)
54 printf("0x%02x,", buffer[x + y*row]);