Searched defs:finishMode (Results  1 – 12 of 12) sorted by relevance
| /external/lzma/CPP/7zip/Compress/ | 
| D | LzmaDecoder.cpp | 102 STDMETHODIMP CDecoder::SetFinishMode(UInt32 finishMode)  in SetFinishMode()142     ELzmaFinishMode finishMode = LZMA_FINISH_ANY;  in CodeSpec()  local
 238   ELzmaFinishMode finishMode = LZMA_FINISH_ANY;  in Read()  local
 
 | 
| D | XzDecoder.cpp | 122 STDMETHODIMP CComDecoder::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()
 | 
| /external/lzma/C/ | 
| D | Lzma2Dec.c | 176     const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status)  in Lzma2Dec_DecodeToDic()427 …p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaSt…  in Lzma2Dec_DecodeToBuf()
 469     Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc)  in Lzma2Decode()
 
 | 
| D | Lzma2DecMt.c | 97   BoolInt finishMode;  member671     ELzmaFinishMode finishMode;  in Lzma2Dec_Decode_ST()  local
 802     ISeqOutStream *outStream, const UInt64 *outDataSize, int finishMode,  in Lzma2DecMt_Decode()
 978     const UInt64 *outDataSize, int finishMode,  in Lzma2DecMt_Init()
 1015   ELzmaFinishMode finishMode;  in Lzma2DecMt_Read()  local
 
 | 
| D | XzDec.c | 177     ECoderFinishMode finishMode,  in BraState_Code2()293     int srcWasFinished, ECoderFinishMode finishMode,  in SbState_Code2()
 383     int srcWasFinished, ECoderFinishMode finishMode,  in Lzma2State_Code2()
 550     ECoderFinishMode finishMode)  in MixCoder_Code()
 983     ECoderFinishMode finishMode, ECoderStatus *status)  in XzUnpacker_Code()
 1337     ECoderFinishMode finishMode, ECoderStatus *status)  in XzUnpacker_CodeFull()
 1461   BoolInt finishMode;  member
 2359     ECoderFinishMode finishMode;  in XzDecMt_Decode_ST()  local
 2463     int finishMode,  in XzStatInfo_SetStat()
 2520     const UInt64 *outDataSize, int finishMode,  in XzDecMt_Decode()
 
 | 
| D | Bcj2Enc.c | 256       EBcj2Enc_FinishMode finishMode = p->finishMode;  in Bcj2Enc_Encode()  local
 | 
| D | LzmaDec.c | 876     ELzmaFinishMode finishMode, ELzmaStatus *status)  in LzmaDec_DecodeToDic()1022 …p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaSt…  in LzmaDec_DecodeToBuf()
 1163     const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode,  in LzmaDecode()
 
 | 
| D | Bcj2.h | 102   EBcj2Enc_FinishMode finishMode;  member
 | 
| /external/lzma/C/Util/Lzma/ | 
| D | LzmaUtil.c | 76       ELzmaFinishMode finishMode = LZMA_FINISH_ANY;  in Decode2()  local
 | 
| /external/lzma/CPP/7zip/Archive/7z/ | 
| D | 7zDecode.cpp | 440     bool finishMode = false;  in Decode()  local
 |