Home
last modified time | relevance | path

Searched refs:bvSize (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp464 const unsigned bvSize = (numDefined == v.Size()) ? 0 : Bv_GetSizeInBytes(v); in WriteAlignedBools() local
465 const UInt64 dataSize = ((UInt64)numDefined << itemSizeShifts) + bvSize + 2; in WriteAlignedBools()
466 SkipToAligned(3 + bvSize + GetBigNumberSize(dataSize), itemSizeShifts); in WriteAlignedBools()
762 const unsigned bvSize = (numIsDir == boolVector.Size()) ? 0 : Bv_GetSizeInBytes(boolVector); in WriteHeader()
763 const UInt64 dataSize = (UInt64)db.Files.Size() * 4 + bvSize + 1; in WriteHeader()
764 SkipToAligned(2 + (unsigned)bvSize + (unsigned)GetBigNumberSize(dataSize), 2); in WriteHeader()

Completed in 2 milliseconds