Searched refs:destCount (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_secureuncompress.c | 99 u32 destCount = MI_HToLE32( *(u32*)pSrc ) >> 8; in MI_SecureUncompressRL() local 118 if ( destCount == 0 ) in MI_SecureUncompressRL() 124 destCount = MI_HToLE32( *(u32*)pSrc ); in MI_SecureUncompressRL() 129 if ( dstSize < destCount ) in MI_SecureUncompressRL() 134 while ( destCount > 0 ) in MI_SecureUncompressRL() 146 if ( length > destCount ) in MI_SecureUncompressRL() 157 destCount -= length; in MI_SecureUncompressRL() 168 if ( length > destCount ) in MI_SecureUncompressRL() 174 destCount -= length; in MI_SecureUncompressRL() 230 u32 destCount = MI_HToLE32( *(u32*)pSrc ) >> 8; in MI_SecureUncompressLZ() local [all …]
|
| D | mi_uncomp_stream.c | 40 context->destCount = (s32)header->destSize; in MI_InitUncompContextRL() 61 context->destCount = (s32)header->destSize; in MI_InitUncompContextLZ() 86 context->destCount = (s32)header->destSize; in MI_InitUncompContextHuffman() 117 … ldr r4, [r0, #MIUncompContextRL.destCount] // r4: destCount = context->destCount; in MI_ReadUncompRL8() 176 str r4, [r0, #MIUncompContextRL.destCount] // context->destCount = destCount; in MI_ReadUncompRL8() 205 … ldr r4, [r0, #MIUncompContextRL.destCount] // r4: destCount = context->destCount; in MI_ReadUncompRL16() 271 str r4, [r0, #MIUncompContextRL.destCount] // context->destCount = destCount; in MI_ReadUncompRL16() 300 … ldr r4, [r0, #MIUncompContextLZ.destCount] // r4: destCount = context->destCount; in MI_ReadUncompLZ8() 419 … str r4, [r0, #MIUncompContextLZ.destCount] // context->destCount = destCount; in MI_ReadUncompLZ8() 451 … ldr r4, [r0, #MIUncompContextLZ.destCount] // r4: destCount = context->destCount; in MI_ReadUncompLZ16() [all …]
|
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | uncomp_stream.h | 30 s32 destCount; // Remaining size to write 4B member 44 s32 destCount; // Remaining size to write 4B member 61 s32 destCount; // Remaining size to write 4B member
|