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

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c1306 unsigned int row, col, i, i24, i8, size; local
1315 for (i24=0,i8=0,row=0; row<height; row++)
1340 unsigned int row, col, i, i8, size, adj; local
1349 for (i8=0,row=0; row<height; row++)
1374 unsigned int row, col, i, i24, i8, size, adj; local
1383 for (i24=0,i8=0,row
1536 int row, i; local
1591 int row, i; local
[all...]
H A Dsetupdialog.c201 /* Each number/char (0-f) has its own row in the pixmap array.
203 The image file is read row by row, so the individual characters
217 int row, col, item, line=0, currWidth; local
246 for( row=0; row < height; row++) {
H A Dqtif2kraw.c830 unsigned int row, col, i, i8, size, adj; local
839 for (i8=0,row=0; row<height; row++)
/darwin-on-arm/xnu/libkern/zlib/
H A Dcrc32.c403 unsigned long row; local
413 row = 1;
415 odd[n] = row;
416 row <<= 1;
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1039 uint32_t column, row; local
1044 for ( row = bottom - 1 ; row >= top + num ; row-- )
1046 index = row * gc_buffer_columns;
1063 /* yy */ row,
1072 /* yy */ row,
1094 for ( row = top ; row < top + num ; row
1152 uint32_t column, row; local
1380 uint32_t *p, *endp, *row; local
2192 uint32_t row; member in struct:lzss_image_state
2799 unsigned int *p, *endp, *row; local
[all...]
H A Dpanic_dialog.c526 int row; local
528 for (row=0; row<FONT_HEIGHT; row++) {
532 bits = raw_data[row];
536 rendered_font[row][j] = OSSwapBigToHostInt16(0x0100 | panic_dialog->pd_info_color[0]);
538 rendered_font[row][j] = OSSwapBigToHostInt16(0x0100 | panic_dialog->pd_info_color[1]);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c437 struct row { struct
440 struct row *offset;

Completed in 96 milliseconds