Home
last modified time | relevance | path

Searched refs:CMtCoder (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DMtCoder.h90 } CMtCoder; typedef
92 void MtCoder_Construct(CMtCoder* p);
93 void MtCoder_Destruct(CMtCoder* p);
94 SRes MtCoder_Code(CMtCoder *p);
DMtCoder.c103 static void MtCoder_SetError(CMtCoder* p, SRes res) in MtCoder_SetError()
113 void CMtThread_Construct(CMtThread *p, CMtCoder *mtCoder) in CMtThread_Construct()
251 void MtCoder_Construct(CMtCoder* p) in MtCoder_Construct()
265 void MtCoder_Destruct(CMtCoder* p) in MtCoder_Destruct()
274 SRes MtCoder_Code(CMtCoder *p) in MtCoder_Code()
DLzma2Enc.c272 CMtCoder mtCoder;