Home
last modified time | relevance | path

Searched refs:dstCnt (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Uncompression.cpp502 u32 dstCnt = 0; in UncompressLH() local
526 while ( dstCnt < dstSize ) in UncompressLH()
553 dstp[dstCnt++] = (u8)val; in UncompressLH()
593 if ( dstCnt + length > dstSize ) in UncompressLH()
595 length = (u16)( dstSize - dstCnt ); in UncompressLH()
600 dstp[dstCnt] = dstp[dstCnt - val]; in UncompressLH()
601 ++dstCnt; in UncompressLH()
848 u32 dstCnt = 0; in UncompressLRC() local
872 while ( dstCnt < dstSize ) in UncompressLRC()
881 dstp[ dstCnt++ ] = (u8)val; in UncompressLRC()
[all …]
Dcx_SecureUncompression.cpp908 u32 dstCnt = 0; in SecureUncompressLH() local
964 while ( dstCnt < dstSize ) in SecureUncompressLH()
995 dstp[dstCnt++] = (u8)val; in SecureUncompressLH()
1040 if ( dstCnt < val ) in SecureUncompressLH()
1044 if ( dstCnt + length > dstSize ) in SecureUncompressLH()
1051 dstp[dstCnt] = dstp[dstCnt - val]; in SecureUncompressLH()
1052 ++dstCnt; in SecureUncompressLH()
1309 u32 dstCnt = 0; in SecureUncompressLRC() local
1350 while ( dstCnt < dstSize ) in SecureUncompressLRC()
1359 dstp[ dstCnt++ ] = (u8)val; in SecureUncompressLRC()
[all …]