Searched defs:finishMode (Results 1 – 13 of 13) sorted by relevance
| /third_party/lzma/CPP/7zip/Compress/ |
| D | LzmaDecoder.cpp | 102 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode() 142 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in CodeSpec() local 241 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in Read() local
|
| D | XzDecoder.cpp | 122 STDMETHODIMP CComDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode()
|
| D | PpmdDecoder.cpp | 182 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode()
|
| D | Lzma2Decoder.cpp | 51 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode()
|
| D | Bcj2Coder.cpp | 330 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode) in SetFinishMode()
|
| /third_party/lzma/C/ |
| D | Lzma2Dec.c | 177 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic() 428 …p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaSt… in Lzma2Dec_DecodeToBuf() 470 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) in Lzma2Decode()
|
| D | Lzma2DecMt.c | 97 BoolInt finishMode; member 673 ELzmaFinishMode finishMode; in Lzma2Dec_Decode_ST() local 804 ISeqOutStream *outStream, const UInt64 *outDataSize, int finishMode, in Lzma2DecMt_Decode() 986 const UInt64 *outDataSize, int finishMode, in Lzma2DecMt_Init() 1023 ELzmaFinishMode finishMode; in Lzma2DecMt_Read() local
|
| D | XzDec.c | 177 ECoderFinishMode finishMode, in BraState_Code2() 294 int srcWasFinished, ECoderFinishMode finishMode, in SbState_Code2() 384 int srcWasFinished, ECoderFinishMode finishMode, in Lzma2State_Code2() 551 ECoderFinishMode finishMode) in MixCoder_Code() 985 ECoderFinishMode finishMode, ECoderStatus *status) in XzUnpacker_Code() 1340 ECoderFinishMode finishMode, ECoderStatus *status) in XzUnpacker_CodeFull() 1463 BoolInt finishMode; member 2392 ECoderFinishMode finishMode; in XzDecMt_Decode_ST() local 2510 int finishMode, in XzStatInfo_SetStat() 2582 const UInt64 *outDataSize, int finishMode, in XzDecMt_Decode()
|
| D | Bcj2Enc.c | 256 EBcj2Enc_FinishMode finishMode = p->finishMode; in Bcj2Enc_Encode() local
|
| D | LzmaDec.c | 953 ELzmaFinishMode finishMode, ELzmaStatus *status) in LzmaDec_DecodeToDic() 1200 …p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaSt… in LzmaDec_DecodeToBuf() 1341 const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, in LzmaDecode()
|
| D | Bcj2.h | 102 EBcj2Enc_FinishMode finishMode; member
|
| /third_party/lzma/C/Util/Lzma/ |
| D | LzmaUtil.c | 93 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in Decode2() local
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| D | 7zDecode.cpp | 441 bool finishMode = false; in Decode() local
|