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

/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c886 unsigned int c24, rel, bestindex=-1, bestgray = -1; local
901 rel = abs( gray8 - c8 );
902 if ( rel < bestgray ) {
903 bestgray = rel;
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c649 unsigned int bestIndex = 0, rel, bestMatch = -1; local
658 rel = abs(color8.clut.red - clut8.clut.red);
659 if ( rel < bestMatch ) {
660 bestMatch = rel;
H A Dgenimage.c1090 unsigned int bestIndex = 0, rel, bestMatch = -1; local
1100 rel = abs(color8.clut.red - clut8.clut.red);
1101 if ( rel < bestMatch ) {
1102 bestMatch = rel;

Completed in 26 milliseconds