Home | History | Annotate | Download | only in src

Lines Matching defs:temp1

679     cmsUInt8Number temp1;
683 temp1 = *(pByte+1) & 0xf0;
685 if (temp1 > 0x90) temp1 = 0x90;
687 *(pByte+1) = (cmsUInt8Number)(temp1 | temp2);