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.c101 static void MtCoder_SetError(CMtCoder* p, SRes res) in MtCoder_SetError()
111 void CMtThread_Construct(CMtThread *p, CMtCoder *mtCoder) in CMtThread_Construct()
249 void MtCoder_Construct(CMtCoder* p) in MtCoder_Construct()
263 void MtCoder_Destruct(CMtCoder* p) in MtCoder_Destruct()
272 SRes MtCoder_Code(CMtCoder *p) in MtCoder_Code()
DLzma2Enc.c286 CMtCoder mtCoder;