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

/xnu-2422.115.4/bsd/sys/
H A Dimageboot.h34 int imageboot_mount_image(const char *root_path, int height);
/xnu-2422.115.4/pexpert/pexpert/
H A Dpe_images.h34 unsigned int height; member in struct:boot_progress_element
H A Dpexpert.h146 void init_display_putc(unsigned char *baseaddr, int rowbytes, int height);
/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c22 printf("MacOS X system CLUT. The first %d bytes must be the width, height, and depth\n", 3 * sizeof(short));
36 short width = 0, height = 0, depth = 0; local
65 else if (strcmp(argv[next], "-h") == 0) // image height (pixels)
102 fread((void *) &height, sizeof(short), 1, stream);
103 printf("got height: %d\n", height);
107 if (!(width && height && depth)) {
108 printf("Invalid image file header (width, height, or depth is 0)\n");
112 pixels = width * height;
170 fprintf( out_stream, "%d, ", height); /* pani
211 short height, depth, totalwidth; local
[all...]
H A Dgenimage.c35 int height,
40 int height,
45 int height,
57 int height,
166 short height; /* how many pixels high is this data */ member in struct:QTHeader
206 unsigned short width = 0, height = 0; local
337 height = image_header.height;
340 printf("Image info: width: %d height: %d depth: %d...\n", width, height, dept
1304 convert24to8bitIndex( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1338 convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1372 convert8bitIndexto24( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1468 WriteQTRawFile( FILE * ostream, unsigned char * data, int height, int width, int depth, unsigned int size ) argument
[all...]
H A Dqtif2kraw.c18 int convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout );
76 short height; /* how many pixels high is this data */ member in struct:QTHeader
111 unsigned short width = 0, height = 0; local
201 height = image_header.height;
204 printf("Image info: width: %d height: %d depth: %d...\n", width, height, depth);
206 if (!(width && height && depth)) {
207 fprintf(stderr,"Err: Invalid image file header (width, height, or depth is 0)\n");
228 pixels = convert8bitIndexto8( data, height, widt
828 convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout ) argument
[all...]
/xnu-2422.115.4/bsd/dev/
H A Dkmreg_com.h63 * A rect at (x,y) measuring 'width' by 'height' will be cleared to
69 unsigned short width; /* Width and height of rect to be imaged,
71 unsigned short height; member in struct:km_drawrect
/xnu-2422.115.4/bsd/kern/
H A Dimageboot.c132 imageboot_mount_image(const char *root_path, int height) argument
192 if (height >= 0 && PE_imgsrc_mount_supported()) {
193 imgsrc_rootvnodes[height] = old_rootvnode;
198 height = 0; /* keep the compiler from complaining */
210 int height = 0; local
218 error = imageboot_mount_image(root_path, height);
223 height++;
227 if (height > 0) {
236 error = imageboot_mount_image(root_path, height);
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c140 default_noroot.height = bootPict->height;
165 default_noroot.height = kFailedBootHeight;
242 uint32_t height = norootIcon_lzss->height; local
244 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center;
246 vc_display_lzss_icon(x, y, width, height,
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c120 int height; local
132 * operations (insert/deletes) and the height of the
135 height = btree->treeDepth;
136 if (height < 2)
137 height = 2; /* prevent underflow in rsrvNodes calculation */
150 rsrvNodes = 1 + (deletes * (height - 2)) + (inserts * (height - 1));
H A DBTreeTreeOps.c250 // [2550929] Sanity check the node height and node type. We expect
255 if (((BTNodeDescriptor*)nodeRec.buffer)->height != level)
257 // Panic("Incorrect node height");
610 if ( (index == 0) && (((NodeDescPtr) targetNode->buffer)->height != btreePtr->treeDepth) )
657 if ( ((NodeDescPtr) rightNode->buffer)->height == btreePtr->treeDepth )
1144 if ( (right->height == 1) && (right->kind != kBTLeafNode) )
1152 if ( left->height != right->height )
1195 left->height = right->height;
[all...]
H A DBTree.c1319 ((NodeDescPtr)nodeRec.buffer)->height = 1;
1333 * height with treeDepth.
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h83 int height; member in struct:vc_progress_element
H A Dvideo_console.c713 case '#': /* change characters height */
1848 int width, int height,
1854 int width, int height,
1860 int width, int height,
1866 int width, int height,
1872 int width, int height,
1880 int width, int height,
1892 vc_blit_rect_8( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned char *) backBuffer, flags );
1895 vc_blit_rect_16( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned short *) backBuffer, flags );
1898 vc_blit_rect_32( x, y, bx, width, height, sourceRo
1879 vc_blit_rect(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, void * backBuffer, unsigned int flags) argument
1907 vc_blit_rect_8(int x, int y, __unused int bx, int width, int height, int sourceRow, __unused int backRow, const unsigned char * dataPtr, __unused unsigned char * backBuffer, __unused unsigned int flags) argument
1965 vc_blit_rect_16( int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned short * backPtr, unsigned int flags) argument
2031 vc_blit_rect_32(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned int * backPtr, unsigned int flags) argument
2095 vc_blit_rect_30(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned int * backPtr, unsigned int flags) argument
2172 uint32_t height; member in struct:lzss_image_state
2310 int x, y, width, height; local
2457 int x, y, width, height; local
[all...]
/xnu-2422.115.4/pexpert/pexpert/i386/
H A Dboot.h102 unsigned int height; member in struct:boot_icon_element
/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h225 uint32_t height; // Height member in struct:hibernate_graphics_t
258 uint32_t height; // Height member in struct:hibernate_preview_t
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_endian.c165 * Check srcDesc->height. Don't swap it because it's only one byte.
167 if (srcDesc->height > kMaxTreeDepth) {
168 printf("hfs_swap_BTNode: invalid node height (%d)\n", srcDesc->height);
322 * Check srcDesc->height. Don't swap it because it's only one byte.
324 if (srcDesc->height > kMaxTreeDepth) {
325 panic("hfs_UNswap_BTNode: invalid node height (%d)\n", srcDesc->height);
H A Dhfs_format.h717 u_int8_t height; /* zero for header, map; child is one more than parent*/ member in struct:BTNodeDescriptor
733 u_int16_t treeDepth; /* maximum height (usually leaf nodes) */
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1590 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes;
1650 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes;
1753 graphicsInfo->height = consoleInfo.v_height;
1760 graphicsInfo->width, graphicsInfo->height);
2934 gIOHibernateGraphicsInfo->width, gIOHibernateGraphicsInfo->height, gIOHibernateGraphicsInfo->gfxStatus);
2938 vars->videoMapSize = round_page(gIOHibernateGraphicsInfo->height
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c1317 get_imgsrc_rootvnode(uint32_t height, vnode_t *rvpp) argument
1321 if (height >= MAX_IMAGEBOOT_NESTING) {
1325 vp = imgsrc_rootvnodes[height];
1347 uint32_t height; local
1374 height = mia64.mi_height;
1385 height = mia32.mi_height;
1405 height = 0;
1414 error = get_imgsrc_rootvnode(height, &rvp);

Completed in 99 milliseconds