Home
last modified time | relevance | path

Searched refs:CMtDec (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DMtDec.h179 } CMtDec; typedef
182 void MtDec_Construct(CMtDec *p);
183 void MtDec_Destruct(CMtDec *p);
191 SRes MtDec_Code(CMtDec *p);
192 Byte *MtDec_GetCrossBuff(CMtDec *p);
194 int MtDec_PrepareRead(CMtDec *p);
195 const Byte *MtDec_Read(CMtDec *p, size_t *inLim);
DMtDec.c166 static void MtDec_CloseThreads(CMtDec *p) in MtDec_CloseThreads()
200 static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_GetError_Spec()
210 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interrupt… in MtDec_Progress_GetError_Spec()
229 static void MtDec_Interrupt(CMtDec *p, UInt64 interruptIndex) in MtDec_Interrupt()
240 Byte *MtDec_GetCrossBuff(CMtDec *p) in MtDec_GetCrossBuff()
265 CMtDec *p = t->mtDec; in ThreadFunc2()
842 CMtDec *p; in ThreadFunc1()
875 int MtDec_PrepareRead(CMtDec *p) in MtDec_PrepareRead()
898 const Byte *MtDec_Read(CMtDec *p, size_t *inLim) in MtDec_Read()
962 void MtDec_Construct(CMtDec *p) in MtDec_Construct()
[all …]
DLzma2DecMt.c117 CMtDec mtc;
DXzDec.c1503 CMtDec mtc;