Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp683 static const UInt32 kLzmaMaxDictSize = (UInt32)15 << 28; variable
689 const UInt32 dict32 = (dicSize >= kLzmaMaxDictSize ? kLzmaMaxDictSize : (UInt32)dicSize); in Get_Lzma_MemUsage()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2154 #define kLzmaMaxDictSize ((UInt32)15 << 28)
2160 if (dict > kLzmaMaxDictSize)
2161 dict = kLzmaMaxDictSize;

Completed in 6 milliseconds