Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.h14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
DBenchCon.cpp241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary) in CrcBenchCon() function
DMain.cpp343 …HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.Di… in Main2()