Searched defs:finishMode (Results 1 – 12 of 12) sorted by relevance
| /third_party/lzma/CPP/7zip/Compress/ |
| D | LzmaDecoder.cpp | 104 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) in Z7_COM7F_IMF() 144 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in CodeSpec() local 244 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in Z7_COM7F_IMF() local
|
| D | XzDecoder.cpp | 122 Z7_COM7F_IMF(CComDecoder::SetFinishMode(UInt32 finishMode)) in Z7_COM7F_IMF()
|
| D | PpmdDecoder.cpp | 180 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) in Z7_COM7F_IMF()
|
| D | Lzma2Decoder.cpp | 51 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) in Z7_COM7F_IMF()
|
| D | Bcj2Coder.cpp | 437 Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) in Z7_COM7F_IMF()
|
| /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 674 ELzmaFinishMode finishMode; in Lzma2Dec_Decode_ST() local 805 ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, in Lzma2DecMt_Decode() 987 const UInt64 *outDataSize, int finishMode, in Lzma2DecMt_Init() 1024 ELzmaFinishMode finishMode; in Lzma2DecMt_Read() local
|
| D | XzDec.c | 196 ECoderFinishMode finishMode, in XzBcFilterState_Code2() 325 int srcWasFinished, ECoderFinishMode finishMode, in SbState_Code2() 415 int srcWasFinished, ECoderFinishMode finishMode, in Lzma2State_Code2() 583 ECoderFinishMode finishMode) in MixCoder_Code() 1018 ECoderFinishMode finishMode, ECoderStatus *status) in XzUnpacker_Code() 1373 ECoderFinishMode finishMode, ECoderStatus *status) in XzUnpacker_CodeFull() 1496 BoolInt finishMode; member 2426 ECoderFinishMode finishMode; in XzDecMt_Decode_ST() local 2544 int finishMode, in XzStatInfo_SetStat() 2616 const UInt64 *outDataSize, int finishMode, in XzDecMt_Decode()
|
| D | Bcj2Enc.c | 404 const 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 | 262 EBcj2Enc_FinishMode finishMode; member
|
| /third_party/lzma/C/Util/Lzma/ |
| D | LzmaUtil.c | 125 ELzmaFinishMode finishMode = LZMA_FINISH_ANY; in Decode2() local
|