Searched defs:coderIndex (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/ |
H A 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() 367 UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0; in GetInStream2() local 507 UInt32 coderIndex = inStreamIndex; in GetOutStream() local 619 UInt32 coderIndex = inStreamIndex; in FinishStream() local 636 HRESULT CMixerST::FinishCoder(UInt32 coderIndex) in FinishCoder() 1011 UInt32 coderIndex, coderStreamIndex; in Init() local 1046 UInt32 coderIndex, coderStreamIndex; in Init() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | Lzma2DecMt.c | 237 static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in Lzma2DecMt_MtCallback_Parse() 416 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) in Lzma2DecMt_MtCallback_PreCode() 456 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Code() 529 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Write()
|
H A D | XzDec.c | 543 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf… in MixCoder_SetFromMethod() 560 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outB… in MixCoder_ResetFromMethod() 1671 static void XzDecMt_Callback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in XzDecMt_Callback_Parse() 1873 static SRes XzDecMt_Callback_PreCode(void *pp, unsigned coderIndex) in XzDecMt_Callback_PreCode() 1928 static SRes XzDecMt_Callback_Code(void *pp, unsigned coderIndex, in XzDecMt_Callback_Code() 2009 static SRes XzDecMt_Callback_Write(void *pp, unsigned coderIndex, in XzDecMt_Callback_Write()
|
H A D | Lzma2Enc.c | 657 static SRes Lzma2Enc_MtCallback_Code(void *p, unsigned coderIndex, unsigned outBufIndex, in Lzma2Enc_MtCallback_Code()
|
H A D | XzEnc.c | 1083 static SRes XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex, in XzEnc_MtCallback_Code()
|