Home
last modified time | relevance | path

Searched defs:numCycles (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp875 static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt32 crcBase) in CrcBig()
983 UInt32 numCycles = (kCrcBlockSize) / ((bufferSize >> 2) + 1) + 1; in CrcBench() local