Searched defs:numCycles (Results 1 – 1 of 1) sorted by relevance
875 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