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

/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpuid.c117 uint32_t colors; local
164 /* Compute the number of page colors for this cache,
185 colors = ( cache_linesize * cache_sets ) >> 12;
187 if ( colors > vm_cache_geometry_colors )
188 vm_cache_geometry_colors = colors;

Completed in 80 milliseconds