Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp98 static const int kNumHashBytes = 1; variable
101 static const int kNumHashBytes = 2; variable
158 const UInt32 kNumVals = 1 << (kNumHashBytes * 8); in OpenStream()
170 if (sig.GetCapacity() < kNumHashBytes) in OpenStream()
177 processedSize -= (kNumHashBytes - 1); in OpenStream()
191 … if (sig.GetCapacity() != 0 && pos + sig.GetCapacity() <= processedSize + (kNumHashBytes - 1) && in OpenStream()