Lines Matching refs:MIUncompContextRL
37 void MI_InitUncompContextRL(MIUncompContextRL *context, u8 *dest, const MICompressionHeader *header) in MI_InitUncompContextRL()
112 asm s32 MI_ReadUncompRL8( register MIUncompContextRL *context, register const u8* data, register u3… in MI_ReadUncompRL8()
116 ldr r3, [r0, #MIUncompContextRL.destp] // r3: destp = context->destp; in MI_ReadUncompRL8()
117 … ldr r4, [r0, #MIUncompContextRL.destCount] // r4: destCount = context->destCount; in MI_ReadUncompRL8()
118 ldrb r5, [r0, #MIUncompContextRL.flags] // r5: flags = context->flags; in MI_ReadUncompRL8()
119 ldrh r6, [r0, #MIUncompContextRL.length] // r6: length = context->length in MI_ReadUncompRL8()
175 str r3, [r0, #MIUncompContextRL.destp] // context->destp = destp; in MI_ReadUncompRL8()
176 str r4, [r0, #MIUncompContextRL.destCount] // context->destCount = destCount; in MI_ReadUncompRL8()
177 strb r5, [r0, #MIUncompContextRL.flags] // context->flags = flags; in MI_ReadUncompRL8()
178 strh r6, [r0, #MIUncompContextRL.length] // context->length = length; in MI_ReadUncompRL8()
200 asm s32 MI_ReadUncompRL16( register MIUncompContextRL *context, register const u8* data, register u… in MI_ReadUncompRL16()
204 ldr r3, [r0, #MIUncompContextRL.destp] // r3: destp = context->destp; in MI_ReadUncompRL16()
205 … ldr r4, [r0, #MIUncompContextRL.destCount] // r4: destCount = context->destCount; in MI_ReadUncompRL16()
206 ldrb r5, [r0, #MIUncompContextRL.flags] // r5: flags = context->flags; in MI_ReadUncompRL16()
207 ldrh r6, [r0, #MIUncompContextRL.length] // r6: length = context->length; in MI_ReadUncompRL16()
208 … ldrh r7, [r0, #MIUncompContextRL.destTmp] // r7: destTmp = context->destTmp; in MI_ReadUncompRL16()
209 … ldrb r8, [r0, #MIUncompContextRL.destTmpCnt] // r8: destTmpCnt = context->destTmpCnt; in MI_ReadUncompRL16()
270 str r3, [r0, #MIUncompContextRL.destp] // context->destp = destp; in MI_ReadUncompRL16()
271 str r4, [r0, #MIUncompContextRL.destCount] // context->destCount = destCount; in MI_ReadUncompRL16()
272 strb r5, [r0, #MIUncompContextRL.flags] // context->flags = flags; in MI_ReadUncompRL16()
273 strh r6, [r0, #MIUncompContextRL.length] // context->length = length; in MI_ReadUncompRL16()
274 strh r7, [r0, #MIUncompContextRL.destTmp] // context->destTmp = destTmp; in MI_ReadUncompRL16()
275 strb r8, [r0, #MIUncompContextRL.destTmpCnt] // context->destTmpCnt = destTmpCnt; in MI_ReadUncompRL16()