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

/xnu-2422.115.4/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++)
/xnu-2422.115.4/libkern/zlib/
H A Dcrc32.c404 unsigned long row; local
414 row = 1;
416 odd[n] = row;
417 row <<= 1;
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c1041 uint32_t column, row; local
1046 for ( row = bottom - 1 ; row >= top + num ; row-- )
1048 index = row * gc_buffer_columns;
1065 /* yy */ row,
1074 /* yy */ row,
1096 for ( row = top ; row < top + num ; row
1150 uint32_t column, row; local
1358 uint32_t *p, *endp, *row; local
2170 uint32_t row; member in struct:lzss_image_state
2768 unsigned int *p, *endp, *row; local
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c437 struct row { struct
440 struct row *offset;

Completed in 34 milliseconds