Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h49 u8 flagIndex; // Current compression flag index 1B member
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_uncomp_stream.c63 context->flagIndex = 0; in MI_InitUncompContextLZ()
302 … ldrb r6, [r0, #MIUncompContextLZ.flagIndex] // r6: flagIndex = context->flagIndex; in MI_ReadUncompLZ8()
421 strb r6, [r0, #MIUncompContextLZ.flagIndex] // context->flagIndex = flagIndex; in MI_ReadUncompLZ8()
453 … ldrb r6, [r0, #MIUncompContextLZ.flagIndex] // r6: flagIndex = context->flagIndex; in MI_ReadUncompLZ16()
598 strb r6, [r0, #MIUncompContextLZ.flagIndex] // context->flagIndex = flagIndex; in MI_ReadUncompLZ16()