Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp1089 static const unsigned kNumHashBytes = 1; variable
1092 static const unsigned kNumHashBytes = 2; variable
2385 const UInt32 kNumVals = (UInt32)1 << (kNumHashBytes * 8); in OpenStream2()
2429 if (sig.Size() < kNumHashBytes) in OpenStream2()
2586 if (availSize < kNumHashBytes) in OpenStream2()
2589 ((availSize >= kAfterSize) ? kAfterSize : kNumHashBytes); in OpenStream2()