Searched refs:dstCnt (Results 1 – 2 of 2) sorted by relevance
483 u32 dstCnt = 0; in CXUncompressLH() local507 while ( dstCnt < dstSize ) in CXUncompressLH()532 dstp[dstCnt++] = (u8)val; in CXUncompressLH()572 if ( dstCnt + length > dstSize ) in CXUncompressLH()574 length = (u16)( dstSize - dstCnt ); in CXUncompressLH()579 dstp[dstCnt] = dstp[dstCnt - val]; in CXUncompressLH()580 ++dstCnt; in CXUncompressLH()820 u32 dstCnt = 0; in CXUncompressLRC() local844 while ( dstCnt < dstSize ) in CXUncompressLRC()853 dstp[ dstCnt++ ] = (u8)val; in CXUncompressLRC()[all …]
862 u32 dstCnt = 0; in CXSecureUncompressLH() local917 while ( dstCnt < dstSize ) in CXSecureUncompressLH()946 dstp[dstCnt++] = (u8)val; in CXSecureUncompressLH()991 if ( dstCnt - val < 0 ) in CXSecureUncompressLH()995 if ( dstCnt + length > dstSize ) in CXSecureUncompressLH()1002 dstp[dstCnt] = dstp[dstCnt - val]; in CXSecureUncompressLH()1003 ++dstCnt; in CXSecureUncompressLH()1255 u32 dstCnt = 0; in CXSecureUncompressLRC() local1296 while ( dstCnt < dstSize ) in CXSecureUncompressLRC()1305 dstp[ dstCnt++ ] = (u8)val; in CXSecureUncompressLRC()[all …]