Home
last modified time | relevance | path

Searched defs:unpackSize (Results 1 – 23 of 23) sorted by relevance

/external/lzma/C/
DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize()
DLzma2Dec.h21 UInt32 unpackSize; member
DXzEnc.c33 #define XZ_GET_MAX_BLOCK_PACK_SIZE(unpackSize) ((unpackSize) + ((unpackSize) >> 10) + 16 + 64) argument
35 #define XZ_GET_ESTIMATED_BLOCK_TOTAL_PACK_SIZE(unpackSize) (XZ_BLOCK_HEADER_SIZE_MAX + XZ_GET_MAX_B… argument
152 static SRes XzEncIndex_PreAlloc(CXzEncIndex *p, UInt64 numBlocks, UInt64 unpackSize, UInt64 totalSi… in XzEncIndex_PreAlloc()
174 static SRes XzEncIndex_AddIndexRecord(CXzEncIndex *p, UInt64 unpackSize, UInt64 totalSize, ISzAlloc… in XzEncIndex_AddIndexRecord()
698 UInt64 unpackSize; member
DXz.h45 UInt64 unpackSize; member
108 UInt64 unpackSize; member
227 UInt64 unpackSize; member
D7zDec.c399 UInt64 unpackSize = unpackSizes[ci]; in SzFolder_Decode2() local
D7zArcIn.c997 UInt64 unpackSize = SzAr_GetFolderUnpackSize(p, fo); in SzReadAndDecodePackedStreams() local
1670 size_t unpackSize = (size_t)unpackSizeSpec; in SzArEx_Extract() local
DLzma2Enc.c134 UInt32 unpackSize = LZMA2_UNPACK_SIZE_MAX; in Lzma2EncInt_EncodeSubblock() local
DXzDec.c969 static void XzUnpacker_UpdateIndex(CXzUnpacker *p, UInt64 packSize, UInt64 unpackSize) in XzUnpacker_UpdateIndex()
DLzmaEnc.c2806 Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize) in LzmaEnc_CodeOneMemBlock()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c57 UInt64 unpackSize) in Decode2()
112 UInt64 unpackSize; in Decode() local
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h349 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
431 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo()
DCoderMixer2.cpp211 void CCoder::SetCoderInfo(const UInt64 *unpackSize, const UInt64 * const *packSizes, bool finish) in SetCoderInfo()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp318 UInt64 unpackSize = GetUi64(p + 1 + 4); in IsArc_Lzma() local
512 UInt64 unpackSize = 0; in Extract() local
DXzHandler.cpp753 size_t unpackSize, Byte *dest in DecodeBlock()
863 const UInt64 unpackSize = _handlerSpec->_blocks[bi + 1].UnpackPos - block.UnpackPos; in Read() local
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp467 int CLzmaDecoder::Decode(bool unpackSizeDefined, UInt64 unpackSize) in Decode()
640 UInt64 unpackSize = 0; in main2() local
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp300 UInt64 &unpackSize, in Encode()
D7zDecode.cpp225 const UInt64 *unpackSize in Decode()
D7zOut.cpp518 UInt64 unpackSize = data.Size(); in EncodeStream() local
D7zIn.cpp1094 size_t unpackSize = (size_t)unpackSize64; in ReadAndDecodePackedStreams() local
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp748 UInt64 unpackSize = 0; in main2() local
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp845 const UInt64 unpackSize = CompressingMode ? inSize : outSize; in UpdateStatInfo() local
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp408 UInt64 unpackSize = item.Size; in Extract() local
DBench.cpp2070 size_t unpackSize, in TotalBench()