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.cpp109 const UInt64 kSolidBytes_Max = ((UInt64)1 << 32) - 1; in SetMainMethod() local
144 if (_numSolidBytes > kSolidBytes_Max) _numSolidBytes = kSolidBytes_Max; in SetMainMethod()
150 _numSolidBytes = kSolidBytes_Max; in SetMainMethod()