Lines Matching refs:dstCnt
871 u32 dstCnt = 0; in CXSecureUncompressLH() local
926 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() local
1303 while ( dstCnt < dstSize ) in CXSecureUncompressLRC()
1312 dstp[ dstCnt++ ] = (u8)val; in CXSecureUncompressLRC()
1322 if ( dstCnt + length > dstSize ) in CXSecureUncompressLRC()
1326 if ( dstCnt < val ) in CXSecureUncompressLRC()
1337 dstp[ dstCnt ] = dstp[ dstCnt - val ]; in CXSecureUncompressLRC()
1338 ++dstCnt; in CXSecureUncompressLRC()