Searched refs:nextmis (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c87 static int nextmis = -1, neargrey = 0, cvt2grey = 0, exactmatch=0; variable
239 if ( nextmis > 0 )
240 printf("Total of %d seperate color mismatches...\n", nextmis);
775 if ( nextmis == -1 ) {
777 nextmis = 0;
806 for ( i=0; i<nextmis; i++)
811 if ( nextmis < 256 )
812 mismatchClut[nextmis++] = color24;
814 if ( debug && (nextmis >= 256) )
H A Dgenimage.c177 static int nextmis = -1, neargrey = 0, cvt2grey = 0, exactmatch=0; variable
405 if ( nextmis > 0 )
406 printf("Total of %d seperate color mismatches...\n", nextmis);
1251 if ( nextmis == -1 ) {
1253 nextmis = 0;
1282 for ( i=0; i<nextmis; i++)
1287 if ( nextmis < 256 )
1288 mismatchClut[nextmis++] = color24;
1290 if ( debug && (nextmis >= 256) )

Completed in 76 milliseconds