Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp219 const UInt64 kSolidBytes_Lzma2_Max = ((UInt64)1 << 34); in SetMainMethod() local
220 if (numSolidBytes > kSolidBytes_Lzma2_Max) in SetMainMethod()
221 numSolidBytes = kSolidBytes_Lzma2_Max; in SetMainMethod()