Searched refs:destTmpCnt (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/mi/ |
| D | uncomp_stream.h | 32 u8 destTmpCnt; // Size of data being written: 1B member 47 u8 destTmpCnt; // Size of data being written: 1B member 67 … u8 destTmpCnt; // Number of bits that have been decoded 1B member
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_uncomp_stream.c | 44 context->destTmpCnt = 0; in MI_InitUncompContextRL() 67 context->destTmpCnt = 0; in MI_InitUncompContextLZ() 91 context->destTmpCnt = 0; in MI_InitUncompContextHuffman() 209 … ldrb r8, [r0, #MIUncompContextRL.destTmpCnt] // r8: destTmpCnt = context->destTmpCnt; in MI_ReadUncompRL16() 275 strb r8, [r0, #MIUncompContextRL.destTmpCnt] // context->destTmpCnt = destTmpCnt; in MI_ReadUncompRL16() 457 … ldrb r10, [r0, #MIUncompContextLZ.destTmpCnt] // r10: destTmpCnt = context->destTmpCnt; in MI_ReadUncompLZ16() 602 … strb r10, [r0, #MIUncompContextLZ.destTmpCnt] // context->destTmpCnt = destTmpCnt; in MI_ReadUncompLZ16() 636 … ldrb r10, [r0, #MIUncompContextHuffman.destTmpCnt] // r10: destTmpCnt = context->destTmpCnt; in MI_ReadUncompHuffman() 724 … strb r10, [r0, #MIUncompContextHuffman.destTmpCnt] // r10: context->destTmpCnt = destTmpCnt; in MI_ReadUncompHuffman()
|