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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h499 uint32_t * cScan,*pScan; local
548 cScan = (uint32_t *) gammaOut;
549 pScan = cScan;
561 if(((((uint8_t *)cScan)-dstbase) + 8*(width+1)) > dlen)
564 (size_t)(((uint8_t *)cScan)-dstbase), dlen, y, height);
573 compress_line_32))(lineBuffer, width, (uint8_t *)cScan);
575 if(cSize != pSize || bcmp(pScan, cScan, cSize))
577 pScan = cScan;
578 cScan = (uint32_t *)((uint8_t *)cScan
[all...]

Completed in 71 milliseconds