Home
last modified time | relevance | path

Searched refs:GetCompressedSizeOfBlocks (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/Chm/
DChmIn.h92 bool GetCompressedSizeOfBlocks(UInt64 blockIndex, UInt32 numBlocks, UInt64 &size) const in GetCompressedSizeOfBlocks() function
106 return GetCompressedSizeOfBlocks(blockIndex, 1, size); in GetCompressedSizeOfBlock()
157 return ResetTable.GetCompressedSizeOfBlocks(blockIndex, (UInt32)1 << ResetIntervalBits, size); in GetCompressedSizeOfFolder()