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()821 u32 dstCnt = 0; in CXUncompressLRC() local845 while ( dstCnt < dstSize ) in CXUncompressLRC()854 dstp[ dstCnt++ ] = (u8)val; in CXUncompressLRC()[all …]
871 u32 dstCnt = 0; in CXSecureUncompressLH() local926 while ( dstCnt < dstSize ) in CXSecureUncompressLH()955 dstp[dstCnt++] = (u8)val; in CXSecureUncompressLH()1000 if ( dstCnt < val ) in CXSecureUncompressLH()1004 if ( dstCnt + length > dstSize ) in CXSecureUncompressLH()1011 dstp[dstCnt] = dstp[dstCnt - val]; in CXSecureUncompressLH()1012 ++dstCnt; in CXSecureUncompressLH()1262 u32 dstCnt = 0; in CXSecureUncompressLRC() local1303 while ( dstCnt < dstSize ) in CXSecureUncompressLRC()1312 dstp[ dstCnt++ ] = (u8)val; in CXSecureUncompressLRC()[all …]