Lines Matching refs:dstSize
501 u32 dstSize; in UncompressLH() local
512 dstSize = internal::Read32Le(pSrc) >> 8; in UncompressLH()
514 if ( dstSize == 0 ) in UncompressLH()
516 dstSize = internal::Read32Le(pSrc); in UncompressLH()
526 while ( dstCnt < dstSize ) in UncompressLH()
593 if ( dstCnt + length > dstSize ) in UncompressLH()
595 length = (u16)( dstSize - dstCnt ); in UncompressLH()
849 u32 dstSize = 0; in UncompressLRC() local
856 dstSize = internal::Read32Le(pSrc) >> 8; in UncompressLRC()
858 if ( dstSize == 0 ) in UncompressLRC()
860 dstSize = internal::Read32Le(pSrc); in UncompressLRC()
872 while ( dstCnt < dstSize ) in UncompressLRC()
891 if ( dstCnt + length > dstSize ) in UncompressLRC()