Lines Matching refs:dstSize
907 u32 dstSize; in SecureUncompressLH() local
930 dstSize = internal::Read32Le(pSrc) >> 8; in SecureUncompressLH()
932 if ( dstSize == 0 ) in SecureUncompressLH()
934 dstSize = internal::Read32Le(pSrc); in SecureUncompressLH()
964 while ( dstCnt < dstSize ) in SecureUncompressLH()
1044 if ( dstCnt + length > dstSize ) in SecureUncompressLH()
1310 u32 dstSize = 0; in SecureUncompressLRC() local
1326 dstSize = internal::Read32Le(pSrc) >> 8; in SecureUncompressLRC()
1328 if ( dstSize == 0 ) in SecureUncompressLRC()
1330 dstSize = internal::Read32Le(pSrc); in SecureUncompressLRC()
1350 while ( dstCnt < dstSize ) in SecureUncompressLRC()
1369 if ( dstCnt + length > dstSize ) in SecureUncompressLRC()