Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1025 static const unsigned kNumHashBytes = 1; variable
1028 static const unsigned kNumHashBytes = 2; variable
2276 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2318 if (sig.Size() < kNumHashBytes) in OpenStream2()
2475 if (availSize < kNumHashBytes) in OpenStream2()
2478 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()