Lines Matching refs:MI_HToLE32
98 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressRL()
99 u32 destCount = MI_HToLE32( *(u32*)pSrc ) >> 8; in MI_SecureUncompressRL()
124 destCount = MI_HToLE32( *(u32*)pSrc ); in MI_SecureUncompressRL()
229 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressLZ()
230 u32 destCount = MI_HToLE32( *(u32*)pSrc ) >> 8; in MI_SecureUncompressLZ()
257 destCount = MI_HToLE32( *(u32*)pSrc ); in MI_SecureUncompressLZ()
532 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressHuffman()
533 s32 destCount = (s32)( MI_HToLE32( *pSrc ) >> 8 ); in MI_SecureUncompressHuffman()
558 destCount = (s32)( MI_HToLE32( *(pSrc + 1) ) ); in MI_SecureUncompressHuffman()
588 u32 srcTmp = MI_HToLE32( *pSrc++ ); // Endian strategy in MI_SecureUncompressHuffman()
617 *pDst++ = MI_HToLE32(destTmp); // Endian strategy in MI_SecureUncompressHuffman()
716 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUnfilterDiff()
717 s32 destCount = (s32)( MI_HToLE32( *(u32*)pSrc ) >> 8 ); in MI_SecureUnfilterDiff()