Searched defs:coderIndex (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 132 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
|
D | CoderMixer2.h | 349 …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/ |
D | Lzma2DecMt.c | 236 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()
|
D | XzDec.c | 508 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()
|
D | Lzma2Enc.c | 657 static SRes Lzma2Enc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in Lzma2Enc_MtCallback_Code()
|
D | XzEnc.c | 1047 static SRes XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in XzEnc_MtCallback_Code()
|