Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp48 static const UInt32 kCrcBlockSize = variable
983 UInt32 numCycles = (kCrcBlockSize) / ((bufferSize >> 2) + 1) + 1; in CrcBench()