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

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c94 unsigned int c24; member in union:colors
298 c.c24 = panic_clut[i];
642 color8.c24 = color24;
652 clut8.c24 = panic_clut[i];
681 c.c24 = color24;
698 unsigned int c24; local
702 c.c24 = panic_clut[data[i]];
703 c24 = color24toGrey( c.c24 );
704 data[i] = findIndexMatch( c24 );
[all...]
H A Dgenimage.c185 unsigned int c24; member in union:colors
592 c.c24 = panic_clut[i];
676 c.c24 = panic_clut[i+0];
678 c.c24 = panic_clut[i+1];
680 c.c24 = panic_clut[i+2];
682 c.c24 = panic_clut[i+3];
1083 color8.c24 = color24;
1094 clut8.c24 = panic_clut[i];
1123 c.c24 = color24;
1165 unsigned int c24; local
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c886 unsigned int c24, rel, bestindex=-1, bestgray = -1; local
894 c24 = make24bitcolor( i, active_clut );
895 if ( (((c24>>16)&0xff) != ((c24>>8)&0xff)) || ((c24>>8)&0xff) != (c24 & 0xff) )
898 c8 = c24 & 0xFF; /* isolate the gray */

Completed in 25 milliseconds