Home
last modified time | relevance | path

Searched refs:MI_HToLE32 (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_secureuncompress.c98 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()
[all …]
/TwlSDK-5.1.0/include/nitro/wfs/
Dformat.h87 #define MI_HToLE32_BITFIELD(width, value) MI_HToLE32(value)
90 #define MI_HToLE32_BITFIELD(width, value) (u32)(MI_HToLE32(value) >> (32 - width))
244 message.arg1 = MI_HToLE32(arg1); in WFS_SendMessage()
/TwlSDK-5.1.0/include/nitro/mi/
Dendian.h131 #define MI_HToLE32(val) MIi_SwapEndian32IfBE(val) macro
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c167 … work->recv_msg[aid].arg1 = MI_HToLE32((u32)(WFS_LOCKED_BLOCK_INDEX + index)); in WFSi_WBTCallback()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c329 tmp.id = MI_HToLE32(tmp.id); in WBTi_GetPacketBuffer()
330 tmp.block_size = (s32)MI_HToLE32(tmp.block_size); in WBTi_GetPacketBuffer()