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

/xnu-2422.115.4/libsyscall/mach/
H A Dstring.c59 int width = _mach_strlen(cp); local
60 while (width > 0 && length > 0) {
63 width--;
71 int width, max = length; local
92 width = _mach_strlen(cp);
93 while (width > 0 && length > 0) {
95 width--;
/xnu-2422.115.4/libkern/stdio/
H A Dscanf.c136 size_t width; /* field width, or 0 */ local
169 width = 0;
210 width = width * 10 + c - '0';
317 if (width == 0)
318 width = 1;
322 if ((n = inr) < (int)width) {
324 width -= n;
330 sum += width;
[all...]
/xnu-2422.115.4/pexpert/pexpert/
H A Dpe_images.h33 unsigned int width; member in struct:boot_progress_element
/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h52 #define MKMASK(width, offset) (((unsigned)-1)>>(32-(width))<<(offset))
/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
63 else if (strcmp(argv[next], "-w") == 0) // image width (pixels)
64 width = strtoul(argv[++next], &ptr, 0);
66 width = strtoul(argv[++next], &ptr, 0);
100 fread((void *) &width, sizeof(short), 1, stream);
101 printf("got width: %d\n", width);
107 if (!(width && height && depth)) {
108 printf("Invalid image file header (width, heigh
213 int width[17] = {9,7,8,6,9,7,8,7,8,7,10,7,9,10,7,6,4}; local
[all...]
H A Dgenimage.c36 int width,
41 int width,
46 int width,
58 int width,
165 short width; /* how many pixels wide is this data */ member in struct:QTHeader
206 unsigned short width = 0, height = 0; local
336 width = image_header.width;
340 printf("Image info: width: %d height: %d depth: %d...\n", width, heigh
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 );
75 short width; /* how many pixels wide is this data */ member in struct:QTHeader
111 unsigned short width = 0, height = 0; local
200 width = image_header.width;
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, width,
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, member in struct:km_drawrect
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c139 default_noroot.width = bootPict->width;
164 default_noroot.width = kFailedBootWidth;
241 uint32_t width = norootIcon_lzss->width; local
243 uint32_t x = ((PE_state.video.v_width - width) / 2);
246 vc_display_lzss_icon(x, y, width, height,
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c835 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
855 width = 0;
883 width = va_arg(ap, int);
884 if (width < 0) {
886 width = -width;
908 width = n;
939 if (!width)
940 width = 16;
941 while(width
[all...]
H A DIOHibernateIO.cpp1588 screen += ((display->width
1648 screen += ((display->width
1752 graphicsInfo->width = consoleInfo.v_width;
1760 graphicsInfo->width, graphicsInfo->height);
2934 gIOHibernateGraphicsInfo->width, gIOHibernateGraphicsInfo->height, gIOHibernateGraphicsInfo->gfxStatus);
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c1848 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, sourceRow, backRow, dataPtr, (unsigned int *) backBuffer, flags );
1901 vc_blit_rect_30( x, y, bx, width, heigh
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
2171 uint32_t width; member in struct:lzss_image_state
2310 int x, y, width, height; local
2457 int x, y, width, height; local
[all...]
H A Dvideo_console.h82 int width; member in struct:vc_progress_element
/xnu-2422.115.4/pexpert/pexpert/i386/
H A Dboot.h101 unsigned int width; member in struct:boot_icon_element
/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h224 uint32_t width; // Width member in struct:hibernate_graphics_t
257 uint32_t width; // Width member in struct:hibernate_preview_t
/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.h280 uint8_t width; member in struct:__anon892
H A Dcpuid.c680 capp->width = bitfield32(reg[eax], 23, 16);
690 DBG(" width : %d\n", capp->width);
/xnu-2422.115.4/osfmk/x86_64/
H A Dkpc_x86.c184 return info->cpuid_arch_perf_leaf.width;
/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c229 * (16 - bi_valid) bits from value, leaving (width - (16-bi_valid))
353 # define SEPARATOR(i, last, width) \
355 ((i) % (width) == (width)-1 ? ",\n" : ", "))
/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c521 SYSCTL_PROC(_machdep_cpu_arch_perf, OID_AUTO, width,
523 (void *)offsetof(cpuid_arch_perf_leaf_t, width),
525 cpu_arch_perf, "I", "Bit width of counters");
549 cpu_arch_perf, "I", "Bit-width of fixed-function counters");

Completed in 86 milliseconds