/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 240 long numCommands = (long)(size) * numCommandsForOne; in GetCompressRating() local 241 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating() 246 long numCommands = inSize * 220 + outSize * 20; in GetDecompressRating() local 247 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; in GetCompressRating() 191 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating() 196 UInt64 numCommands = inSize * 220 + outSize * 20; in GetDecompressRating() 197 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 617 UInt64 CBenchInfo::GetSpeed(UInt64 numCommands) const in GetSpeed() 619 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed() 665 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating() local 666 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating() 671 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating() local 672 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating() 1151 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument 1153 if (numCommands < (1 << 4)) in GetNumIterations() 1154 numCommands = (1 << 4); in GetNumIterations() 1155 UInt64 res = complexInCommands / numCommands; in GetNumIterations() [all …]
|
D | Bench.h | 24 UInt64 GetSpeed(UInt64 numCommands) const;
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int tar…
|
D | glsInteractionTestUtil.cpp | 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands() argument 258 dst.resize(numCommands); in computeRandomRenderCommands()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 198 UInt32 filterId, numCommands, commandsSize; in Parse_MACH() local 224 numCommands = Get32(buf + 0x10, be); in Parse_MACH() 227 if (commandsSize > (1 << 24) || numCommands > (1 << 18)) in Parse_MACH()
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 198 using GrGLPathCommandsFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint path, GrGLsizei numCommands, const…
|
/external/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 199 using GrGLPathCommandsFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint path, GrGLsizei numCommands, const…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 3005 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3007 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3063 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3065 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3085 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3160 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3162 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.h | 189 …virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrG… in pathCommands() argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 189 …virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrG… in pathCommands() argument
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 5320 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 5322 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 5378 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 5380 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
D | glext.h | 10392 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 10394 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 10457 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 10459 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5280 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 5282 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 5338 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 5340 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
D | glext.h | 10350 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 10352 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 10415 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 10417 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|