/external/lzma/CPP/7zip/Archive/ |
D | MachoHandler.cpp | 482 const UInt32 numCommands = Get32(header + 0x10, be); 485 if (numCommands == 0) 489 numCommands > (1 << 21) || 490 numCommands * 8 > commandsSize) 518 for (UInt32 cmdIndex = 0; cmdIndex < numCommands; cmdIndex++)
|
/external/skia/tools/debugger/ |
D | DebugLayerManager.cpp | 67 int numCommands = debugCanvas->getSize(); in storeSkPicture() local 73 numCommands - 1, // command in storeSkPicture()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 121 void computeRandomRenderCommands(de::Random &rnd, glu::ApiType apiType, int numCommands, int target…
|
D | glsInteractionTestUtil.cpp | 220 void computeRandomRenderCommands(de::Random &rnd, glu::ApiType apiType, int numCommands, int target… in computeRandomRenderCommands() argument 225 dst.resize(numCommands); in computeRandomRenderCommands()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 836 const UInt64 numCommands = GetNumCommands_from_Size_and_Complexity(size, encComplex); 837 return MyMultDiv64(numCommands, freq, elapsedTime); 842 const UInt64 numCommands = GetNumCommands_Dec(inSize, outSize) * numIterations; 843 return MyMultDiv64(numCommands, freq, elapsedTime); 1721 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) 1723 if (numCommands < (1 << 4)) 1724 numCommands = (1 << 4); 1725 UInt64 res = complexInCommands / numCommands; 3377 const UInt64 numCommands = (UInt64)numIterations * numIterations2 * numThreads * complexity; 3378 const UInt64 rating = info.GetSpeed(numCommands); [all …]
|
/external/lzma/CPP/7zip/UI/Explorer/ |
D | ContextMenu.cpp | 1149 const unsigned numCommands = currentCommandID - commandIDFirst; in QueryContextMenu() local 1152 _commandMap.Size(), numCommands)) in QueryContextMenu() 1153 if (_commandMap.Size() != numCommands) in QueryContextMenu()
|
/external/lzma/CPP/7zip/Compress/ |
D | Rar3Vm.cpp | 204 if ((IP) >= numCommands) return true; \ 273 const UInt32 numCommands = prg->Commands.Size(); in ExecuteCode() local 274 if (numCommands == 0) in ExecuteCode()
|
/external/lzma/CPP/7zip/Archive/Nsis/ |
D | NsisIn.h | 325 bool CompareCommands(const Byte *rawCmds, const Byte *sequence, size_t numCommands);
|
D | NsisIn.cpp | 2333 bool CInArchive::CompareCommands(const Byte *rawCmds, const Byte *sequence, size_t numCommands) in CompareCommands() argument 2335 for (UInt32 kkk = 0; kkk < numCommands; kkk++, rawCmds += kCmdSize) in CompareCommands()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 320 UInt32 filterId, numCommands, commandsSize; in Parse_MACH() local 353 numCommands = Get32(buf + 0x10, be); in Parse_MACH() 356 if (commandsSize > (1 << 24) || numCommands > (1 << 18)) in Parse_MACH()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 3365 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3367 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3442 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3444 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 3295 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 3297 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 3372 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm… 3374 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 2099 GLsizei numCommands, in CapturePathCommandsCHROMIUM_commands() argument 2112 GLsizei numCommands, in CapturePathCommandsCHROMIUM_coords() argument
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5535 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 5537 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 5593 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 5595 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
D | glext.h | 10684 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *… 10686 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 10749 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL… 10751 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 8730 typedef void (GLAPIENTRY *PFNGLPATHCOMMANDSNVPROC)(GLuint path, GLsizei numCommands, const GLubyte … 8747 …)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte … 13876 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glPathCommandsNV)(GLuint path, GLsizei numCommands, const … 13910 …)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 116393 …int path, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, cons… 116410 …i numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const void * coords)…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 15791 typedef void (GLAPIENTRY * PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 15808 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte*…
|