Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java240 long numCommands = (long)(size) * numCommandsForOne; in GetCompressRating() local
246 long numCommands = inSize * 220 + outSize * 20; in GetDecompressRating() local
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp582 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating() local
588 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating() local
1013 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations()
1874 UInt64 numCommands = (UInt64)numIterations * bufferSize * numThreads * complexity; in FreqBench() local
2008 UInt64 numCommands = unpSizeThreads * complexity / 256; in CrcBench() local