Home
last modified time | relevance | path

Searched defs:packSize (Results 1 – 11 of 11) 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.h46 UInt64 packSize; member
243 UInt64 packSize; member
DXzDec.c1004 static void XzUnpacker_UpdateIndex(CXzUnpacker *p, UInt64 packSize, UInt64 unpackSize) in XzUnpacker_UpdateIndex()
1776 UInt64 packSize = block->packSize; in XzDecMt_Callback_Parse() local
DXzEnc.c893 UInt64 packSize = seqSizeOutStream.processed; in Xz_CompressBlock() local
D7zArcIn.c407 UInt64 packSize; in ReadPackInfo() local
/third_party/lzma/CPP/7zip/UI/Common/
DExtract.cpp41 UInt64 packSize, in DecompressArchive()
DArchiveExtractCallback.cpp304 UInt64 packSize) in Init()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp532 UInt64 packSize = 0; in WriteHeader() local
D7zIn.cpp698 const UInt64 packSize = ReadNumber(); in ReadPackInfo() local
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp864 const UInt64 packSize = CompressingMode ? outSize : inSize; in UpdateStatInfo() local