Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp689 const UInt32 dict32 = (dicSize >= kLzmaMaxDictSize ? kLzmaMaxDictSize : (UInt32)dicSize); in Get_Lzma_MemUsage() local
691 UInt64 size = GetMemoryUsage_LZMA(dict32, isBt, numThreads); in Get_Lzma_MemUsage()
696 UInt64 blockSize = (UInt64)dict32 + (1 << 16) in Get_Lzma_MemUsage()

Completed in 2 milliseconds