Home
last modified time | relevance | path

Searched defs:numCommands (Results 1 – 7 of 7) 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/guice/lib/build/
Dmunge.jarFindCommentStartTest.class FindCommentStartTest.java package FindCommentStartTest extends junit.framework.TestCase { public void <init ...
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp668 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating() local
674 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating() local
1154 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations()
2115 UInt64 numCommands = (UInt64)numIterations * bufferSize * numThreads * complexity; in FreqBench() local
2260 UInt64 numCommands = unpSizeThreads * complexity / 256; in CrcBench() local
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp198 UInt32 filterId, numCommands, commandsSize; in Parse_MACH() local
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h187 …virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrG… in pathCommands()
/external/skia/src/gpu/gl/
DGrGLTestInterface.h187 …virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrG… in pathCommands()