Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp657 static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThreads) in GetMemoryUsage_LZMA() argument
669 if (!isBt) in GetMemoryUsage_LZMA()
674 if (isBt) in GetMemoryUsage_LZMA()
678 if (numThreads > 1 && isBt) in GetMemoryUsage_LZMA()
688 const bool isBt = Get_Lzma_MatchFinder_IsBt(); in Get_Lzma_MemUsage() local
691 UInt64 size = GetMemoryUsage_LZMA(dict32, isBt, numThreads); in Get_Lzma_MemUsage()

Completed in 2 milliseconds