Lines Matching refs:MIUncompContextLZ

58 void MI_InitUncompContextLZ(MIUncompContextLZ *context, u8 *dest, const MICompressionHeader *header)  in MI_InitUncompContextLZ()
295 asm s32 MI_ReadUncompLZ8( register MIUncompContextLZ *context, register const u8* data, register u3… in MI_ReadUncompLZ8()
299 … ldr r3, [r0, #MIUncompContextLZ.destp] // r3: destp = context->destp; in MI_ReadUncompLZ8()
300 … ldr r4, [r0, #MIUncompContextLZ.destCount] // r4: destCount = context->destCount; in MI_ReadUncompLZ8()
301 … ldrb r5, [r0, #MIUncompContextLZ.flags] // r5: flags = context->flags; in MI_ReadUncompLZ8()
302 … ldrb r6, [r0, #MIUncompContextLZ.flagIndex] // r6: flagIndex = context->flagIndex; in MI_ReadUncompLZ8()
303 … ldr r7, [r0, #MIUncompContextLZ.length] // r7: length = context->length in MI_ReadUncompLZ8()
304 … ldrb r8, [r0, #MIUncompContextLZ.lengthFlg] // r8: lengthFlg = context->lengthFlg; in MI_ReadUncompLZ8()
305 … ldrb r11, [r0, #MIUncompContextLZ.exFormat] // r11: exFormat = context->exFormat; in MI_ReadUncompLZ8()
418 str r3, [r0, #MIUncompContextLZ.destp] // context->destp = destp; in MI_ReadUncompLZ8()
419 … str r4, [r0, #MIUncompContextLZ.destCount] // context->destCount = destCount; in MI_ReadUncompLZ8()
420 strb r5, [r0, #MIUncompContextLZ.flags] // context->flags = flags; in MI_ReadUncompLZ8()
421 strb r6, [r0, #MIUncompContextLZ.flagIndex] // context->flagIndex = flagIndex; in MI_ReadUncompLZ8()
422 str r7, [r0, #MIUncompContextLZ.length] // context->length = length; in MI_ReadUncompLZ8()
423 strb r8, [r0, #MIUncompContextLZ.lengthFlg] // context->lengthFlg = lengthFlg; in MI_ReadUncompLZ8()
424 strb r11, [r0, #MIUncompContextLZ.exFormat] // context->exFormat = exFormat in MI_ReadUncompLZ8()
446 asm s32 MI_ReadUncompLZ16( register MIUncompContextLZ *context, register const u8* data, register u… in MI_ReadUncompLZ16()
450 … ldr r3, [r0, #MIUncompContextLZ.destp] // r3: destp = context->destp; in MI_ReadUncompLZ16()
451 … ldr r4, [r0, #MIUncompContextLZ.destCount] // r4: destCount = context->destCount; in MI_ReadUncompLZ16()
452 … ldrb r5, [r0, #MIUncompContextLZ.flags] // r5: flags = context->flags; in MI_ReadUncompLZ16()
453 … ldrb r6, [r0, #MIUncompContextLZ.flagIndex] // r6: flagIndex = context->flagIndex; in MI_ReadUncompLZ16()
454 … ldr r7, [r0, #MIUncompContextLZ.length] // r7: length = context->length in MI_ReadUncompLZ16()
455 … ldrb r8, [r0, #MIUncompContextLZ.lengthFlg] // r8: lengthFlg = context->lengthFlg; in MI_ReadUncompLZ16()
456 … ldrh r9, [r0, #MIUncompContextLZ.destTmp] // r9: destTmp = context->destTmp; in MI_ReadUncompLZ16()
457 … ldrb r10, [r0, #MIUncompContextLZ.destTmpCnt] // r10: destTmpCnt = context->destTmpCnt; in MI_ReadUncompLZ16()
458 … ldrb r14, [r0, #MIUncompContextLZ.exFormat] // r14: exFormat = context->exFormat; in MI_ReadUncompLZ16()
595 str r3, [r0, #MIUncompContextLZ.destp] // context->destp = destp; in MI_ReadUncompLZ16()
596 … str r4, [r0, #MIUncompContextLZ.destCount] // context->destCount = destCount; in MI_ReadUncompLZ16()
597 strb r5, [r0, #MIUncompContextLZ.flags] // context->flags = flags; in MI_ReadUncompLZ16()
598 strb r6, [r0, #MIUncompContextLZ.flagIndex] // context->flagIndex = flagIndex; in MI_ReadUncompLZ16()
599 str r7, [r0, #MIUncompContextLZ.length] // context->length = length; in MI_ReadUncompLZ16()
600 strb r8, [r0, #MIUncompContextLZ.lengthFlg] // context->lengthFlg = lengthFlg; in MI_ReadUncompLZ16()
601 strh r9, [r0, #MIUncompContextLZ.destTmp] // context->destTmp = destTmp; in MI_ReadUncompLZ16()
602 … strb r10, [r0, #MIUncompContextLZ.destTmpCnt] // context->destTmpCnt = destTmpCnt; in MI_ReadUncompLZ16()
603 strb r14, [r0, #MIUncompContextLZ.exFormat] // context->exFormat = exFormat; in MI_ReadUncompLZ16()