Searched refs:CrcBenchCon (Results 1 – 3 of 3) sorted by relevance
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon() function
343 …HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.Di… in Main2()