Home
last modified time | relevance | path

Searched refs:srcTmpCnt (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h66 u8 srcTmpCnt; // Size of data being read 1B member
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_uncomp_stream.c93 context->srcTmpCnt = 0; in MI_InitUncompContextHuffman()
635 … ldrb r9, [r0, #MIUncompContextHuffman.srcTmpCnt] // r9: srcTmpCnt = context->srcTmpCnt; in MI_ReadUncompHuffman()
723 … strb r9, [r0, #MIUncompContextHuffman.srcTmpCnt] // r9: context->srcTmpCnt = srcTmpCnt; in MI_ReadUncompHuffman()