Searched defs:destCount (Results 1 – 4 of 4) sorted by relevance
37 s32 destCount; // member51 s32 destCount; // member69 s32 destCount; // member90 s32 destCount; // member112 s32 destCount; // member
102 u32 destCount = internal::Read32Le(pSrc) >> 8; in SecureUncompressRL() local229 u32 destCount = internal::Read32Le(pSrc) >> 8; in SecureUncompressLZ() local489 s32 destCount = (s32)( internal::ConvertEndian( *pSrc ) >> 8 ); in SecureUncompressHuffman() local684 s32 destCount = (s32)( internal::Read32Le(pSrc) >> 8 ); in SecureUnfilterDiff() local
119 u32 destCount = internal::Read32Le(pSrc) >> 8; in UncompressRL() local201 u32 destCount = internal::Read32Le(pSrc) >> 8; in UncompressLZ() local328 s32 destCount = (s32)( internal::ConvertEndian( *pSrc ) >> 8 ); in UncompressHuffman() local934 s32 destCount = (s32)( internal::Read32Le(pSrc) >> 8 ); in UnfilterDiff() local
140 inline u32 ReadHeader( u8* headerSize, s32 *destCount, const u8* srcp, u32 srcSize, s32 forceDestSi… in ReadHeader()