Home
last modified time | relevance | path

Searched defs:coderIndex (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp132 bool CBondsChecks::CheckCoder(unsigned coderIndex) in CheckCoder()
244 bool CMixer::Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex) in Is_UnpackSize_Correct_for_Coder()
282 bool CMixer::Is_PackSize_Correct_for_Coder(UInt32 coderIndex) in Is_PackSize_Correct_for_Coder()
292 bool CMixer::IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex) in IsThere_ExternalCoder_in_PackTree()
369 UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0; in GetInStream2() local
509 UInt32 coderIndex = inStreamIndex; in GetOutStream() local
621 UInt32 coderIndex = inStreamIndex; in FinishStream() local
638 HRESULT CMixerST::FinishCoder(UInt32 coderIndex) in FinishCoder()
1005 UInt32 coderIndex, coderStreamIndex; in Init() local
1040 UInt32 coderIndex, coderStreamIndex; in Init() local
DCoderMixer2.h349 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
431 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
/external/lzma/C/
DLzma2DecMt.c236 static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in Lzma2DecMt_MtCallback_Parse()
415 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) in Lzma2DecMt_MtCallback_PreCode()
455 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Code()
528 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Write()
DXzDec.c508 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf… in MixCoder_SetFromMethod()
525 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outB… in MixCoder_ResetFromMethod()
1632 static void XzDecMt_Callback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in XzDecMt_Callback_Parse()
1834 static SRes XzDecMt_Callback_PreCode(void *pp, unsigned coderIndex) in XzDecMt_Callback_PreCode()
1889 static SRes XzDecMt_Callback_Code(void *pp, unsigned coderIndex, in XzDecMt_Callback_Code()
1967 static SRes XzDecMt_Callback_Write(void *pp, unsigned coderIndex, in XzDecMt_Callback_Write()
DLzma2Enc.c657 static SRes Lzma2Enc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in Lzma2Enc_MtCallback_Code()
DXzEnc.c1047 static SRes XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in XzEnc_MtCallback_Code()