Home | History | Annotate | Download | only in src

Lines Matching refs:pByte

678     cmsUInt8Number* pByte = (cmsUInt8Number*) &DWord;
682 if (*pByte > 0x09) *pByte = (cmsUInt8Number) 0x09;
683 temp1 = *(pByte+1) & 0xf0;
684 temp2 = *(pByte+1) & 0x0f;
687 *(pByte+1) = (cmsUInt8Number)(temp1 | temp2);
688 *(pByte+2) = (cmsUInt8Number)0;
689 *(pByte+3) = (cmsUInt8Number)0;