Searched refs:colors (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c93 union colors { union
236 printf("Converted %d colors to gray...\n", cvt2grey);
295 union colors c;
638 union colors color8;
639 union colors clut8;
677 union colors c;
699 union colors c;
713 union colors c;
833 union colors color24;
H A Dgenimage.c124 colors that are contained in the CLUT. If a color cannot be found in\n\
136 foreground and background colors defined. The defaults are full white\n\
138 provide new 24 bit colors. These colors must be contained in the CLUT.\n\
184 union colors { union
360 fprintf(stderr, "Err: The WHD raw file (%s) will not be created when input in is millions of colors\n", kraw);
402 printf("Converted %d colors to gray...\n", cvt2grey);
526 (depth==3)?"Millions of":"256", (grey==0)?"colors":"grays");
589 union colors c;
673 union colors
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c324 uint32_t colors; local
387 /* Compute the number of page colors for this cache,
408 colors = ( cache_linesize * cache_sets ) >> 12;
410 if ( colors > vm_cache_geometry_colors )
411 vm_cache_geometry_colors = colors;

Completed in 275 milliseconds