Searched defs:coderIndex (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/C/ |
H A D | Lzma2DecMt.c | 237 static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc)
in Lzma2DecMt_MtCallback_Parse() argument 416 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex)
in Lzma2DecMt_MtCallback_PreCode() argument 456 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex,
in Lzma2DecMt_MtCallback_Code() argument 529 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex,
in Lzma2DecMt_MtCallback_Write() argument [all...] |
H A D | Lzma2Enc.c | 657 static SRes Lzma2Enc_MtCallback_Code(void *p, unsigned coderIndex, unsigned outBufIndex,
in Lzma2Enc_MtCallback_Code() argument
|
H A D | XzDec.c | 540 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf, size_t outBufSize)
in MixCoder_SetFromMethod() argument 558 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf, size_t outBufSize)
in MixCoder_ResetFromMethod() argument 1669 static void XzDecMt_Callback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc)
in XzDecMt_Callback_Parse() argument 1871 static SRes XzDecMt_Callback_PreCode(void *pp, unsigned coderIndex)
in XzDecMt_Callback_PreCode() argument 1926 XzDecMt_Callback_Code(void *pp, unsigned coderIndex, const Byte *src, size_t srcSize, int srcFinished, UInt64 *inCodePos, UInt64 *outCodePos, int *stop) XzDecMt_Callback_Code() argument 2007 XzDecMt_Callback_Write(void *pp, unsigned coderIndex, BoolInt needWriteToStream, const Byte *src, size_t srcSize, BoolInt isCross, BoolInt *needContinue, BoolInt *canRecode) XzDecMt_Callback_Write() argument [all...] |
H A D | XzEnc.c | 1080 static SRes XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigned outBufIndex,
in XzEnc_MtCallback_Code() argument
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | CoderMixer2.cpp | 132 bool CBondsChecks::CheckCoder(unsigned coderIndex)
in CheckCoder() argument 244 bool CMixer::Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex)
in Is_UnpackSize_Correct_for_Coder() argument 282 Is_PackSize_Correct_for_Coder(UInt32 coderIndex) Is_PackSize_Correct_for_Coder() argument 292 IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex) IsThere_ExternalCoder_in_PackTree() argument 367 UInt32 coderIndex = outStreamIndex, coderStreamIndex = 0; GetInStream2() local 507 UInt32 coderIndex = inStreamIndex; GetOutStream() local 619 UInt32 coderIndex = inStreamIndex; FinishStream() local 636 FinishCoder(UInt32 coderIndex) FinishCoder() argument 1011 UInt32 coderIndex, coderStreamIndex; Init() local 1046 UInt32 coderIndex, coderStreamIndex; Init() local [all...] |
Completed in 9 milliseconds