Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp606 static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThreads) in GetMemoryUsage_LZMA() argument
618 if (!isBt) in GetMemoryUsage_LZMA()
623 if (isBt) in GetMemoryUsage_LZMA()
627 if (numThreads > 1 && isBt) in GetMemoryUsage_LZMA()
637 const bool isBt = Get_Lzma_MatchFinder_IsBt(); in Get_Lzma_MemUsage() local
640 UInt64 size = GetMemoryUsage_LZMA(dict32, isBt, numThreads); in Get_Lzma_MemUsage()