Home
last modified time | relevance | path

Searched defs:packSize (Results 1 – 14 of 14) sorted by relevance

/third_party/lzma/C/
DLzma2Dec.h20 UInt32 packSize; member
DLzma2Enc.c133 size_t packSize = packSizeLimit; in Lzma2EncInt_EncodeSubblock() local
592 size_t packSize = LZMA2_CHUNK_SIZE_COMPRESSED_MAX; in Lzma2Enc_EncodeMt1() local
DXz.h44 UInt64 packSize; member
226 UInt64 packSize; member
DXzDec.c971 static void XzUnpacker_UpdateIndex(CXzUnpacker *p, UInt64 packSize, UInt64 unpackSize) in XzUnpacker_UpdateIndex()
1742 UInt64 packSize = block->packSize; in XzDecMt_Callback_Parse() local
DXzEnc.c861 UInt64 packSize = seqSizeOutStream.processed; in Xz_CompressBlock() local
D7zArcIn.c397 UInt64 packSize; in ReadPackInfo() local
/third_party/lzma/CPP/7zip/UI/Common/
DExtract.cpp41 UInt64 packSize, in DecompressArchive()
DArchiveExtractCallback.cpp299 UInt64 packSize) in Init()
/third_party/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp506 UInt64 packSize = 0; in Extract() local
DXzHandler.cpp800 UInt64 packSize, // pure size from Index record, it doesn't include pad zeros in DecodeBlock()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp540 UInt64 packSize = 0; in WriteHeader() local
D7zUpdate.cpp2056 UInt64 packSize = db->GetFolderFullPackSize(folderIndex); in Update() local
2452 UInt64 packSize = 0; in Update() local
D7zIn.cpp651 UInt64 packSize = ReadNumber(); in ReadPackInfo() local
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp859 const UInt64 packSize = CompressingMode ? outSize : inSize; in UpdateStatInfo() local