Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp114 const UInt64 kSolidBytes_Max = ((UInt64)1 << 32) - 1; in SetMainMethod() local
149 if (_numSolidBytes > kSolidBytes_Max) _numSolidBytes = kSolidBytes_Max; in SetMainMethod()
155 _numSolidBytes = kSolidBytes_Max; in SetMainMethod()