Home
last modified time | relevance | path

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

/external/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.c969 static void XzUnpacker_UpdateIndex(CXzUnpacker *p, UInt64 packSize, UInt64 unpackSize) in XzUnpacker_UpdateIndex()
1739 UInt64 packSize = block->packSize; in XzDecMt_Callback_Parse() local
DXzEnc.c860 UInt64 packSize = seqSizeOutStream.processed; in Xz_CompressBlock() local
D7zArcIn.c395 UInt64 packSize; in ReadPackInfo() local
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp25 UInt64 packSize, in DecompressArchive()
DArchiveExtractCallback.cpp207 UInt64 packSize) in Init()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp511 UInt64 packSize = 0; in Extract() local
DXzHandler.cpp752 UInt64 packSize, // pure size from Index record, it doesn't include pad zeros in DecodeBlock()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp539 UInt64 packSize = 0; in WriteHeader() local
D7zIn.cpp623 UInt64 packSize = ReadNumber(); in ReadPackInfo() local
D7zUpdate.cpp2012 UInt64 packSize = db->GetFolderFullPackSize(folderIndex); in Update() local
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp844 const UInt64 packSize = CompressingMode ? outSize : inSize; in UpdateStatInfo() local