/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/sha/ |
H A D | keccak1600-x86_64.s | 260 .size __KeccakF1600,.-__KeccakF1600 332 .size KeccakF1600,.-KeccakF1600 433 .size SHA3_absorb,.-SHA3_absorb 494 .size SHA3_squeeze,.-SHA3_squeeze 523 .size iotas,.-iotas
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 364 * The data size header following cmdNum for every 3d command 370 uint32 size; member 402 * even if the true surface size is not a multiple of the minimum 403 * block size of the surface's format. For example, a 3x3x1 DXT1 432 * even if the true surface size is not a multiple of the minimum 433 * block size of the surface's format. For example, a 3x3x1 DXT1 802 * There are two variable size arrays after the 1408 SVGA3dSize size; member 1717 SVGA3dSize size; member 1737 SVGA3dSize size; member 1757 SVGA3dSize size; global() member [all...] |
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 540 __indirect_glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer) in __indirect_glFeedbackBuffer() argument 549 __GLX_SINGLE_PUT_LONG(0, size); in __indirect_glFeedbackBuffer() 718 const size_t size = 7 + strlen((char *) s) + 4; in __indirect_glGetString() local 720 gc->version = malloc(size); in __indirect_glGetString() 734 snprintf((char *) gc->version, size, "%u.%u (%s)", in __indirect_glGetString()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 67 int offset_in_chunk, int size); 93 * Initializes the pool with a size of \a initial_size_in_dw. 95 * \param initial_size_in_dw The initial size. 229 COMPUTE_DBG(pool->screen, " + list: offset = %"PRIi64" id = %"PRIi64" size = %"PRIi64" " in compute_memory_finalize_pending() 234 /* Calculate the total allocated size */ in compute_memory_finalize_pending() 239 /* Calculate the total unallocated size of the items that in compute_memory_finalize_pending() 367 "size: %"PRIi64" (%"PRIi64" bytes)\n\t\t\tnew start: %"PRIi64" (%"PRIi64" bytes)\n", in compute_memory_promote_item() 414 "size: %"PRIi64" (%"PRIi64" bytes)\n", item->id, item->start_in_dw, in compute_memory_demote_item() 594 * \param size_in_dw The size, in double words, of the new item. 620 COMPUTE_DBG(pool->screen, " + Adding item %p id = %"PRIi64" size in compute_memory_alloc() 631 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) compute_memory_transfer() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-x86_64.pl | 349 .size __KeccakF1600,.-__KeccakF1600 368 lea 100(%rdi),%rdi # size optimization 380 lea 100(%rsp),%rsi # size optimization 409 .size KeccakF1600,.-KeccakF1600 433 lea 100(%rdi),%rdi # size optimization 438 lea 100(%rsp),%rsi # size optimization 503 .size SHA3_absorb,.-SHA3_absorb 564 .size SHA3_squeeze,.-SHA3_squeeze 596 .size iotas,.-iotas
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 381 /* Work out size of content octets */ in OBJ_txt2obj() 390 /* Work out total size */ in OBJ_txt2obj() 623 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() argument 626 return OBJ_bsearch_ex_(key, base, num, size, cmp, 0); in OBJ_bsearch_() 630 int size, in OBJ_bsearch_ex_() 634 const char *p = ossl_bsearch(key, base, num, size, cmp, flags); in OBJ_bsearch_ex_() 648 p1 = &(base_[i * size]); in OBJ_bsearch_ex_() 629 OBJ_bsearch_ex_(const void *key, const void *base, int num, int size, int (*cmp) (const void *, const void *), int flags) OBJ_bsearch_ex_() argument
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 448 .size RC4,.-RC4 529 .size RC4_set_key,.-RC4_set_key 557 .size RC4_options,.-RC4_options 614 .size stream_se_handler,.-stream_se_handler 669 .size key_se_handler,.-key_se_handler
|
/third_party/node/deps/uv/src/unix/ |
H A D | sunos.c | 381 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument 385 if (buffer == NULL || size == NULL || *size == 0) in uv_exepath() 390 res = *size - 1; in uv_exepath() 398 *size = res; in uv_exepath()
|
/third_party/python/Lib/idlelib/ |
H A D | config.py | 729 """Retrieve a font from configuration (font, font-size, font-bold) 736 Return a tuple (family, size, weight) suitable for passing 740 size = self.GetOption(configType, section, 'font-size', type='int', 748 size = actualFont['size'] 749 if size <= 0: 750 size = 10 # if font in pixels, ignore actual size 752 return (family, size, 'bol [all...] |
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 381 /* Work out size of content octets */ in OBJ_txt2obj() 390 /* Work out total size */ in OBJ_txt2obj() 623 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, in OBJ_bsearch_() argument 626 return OBJ_bsearch_ex_(key, base, num, size, cmp, 0); in OBJ_bsearch_() 630 int size, in OBJ_bsearch_ex_() 634 const char *p = ossl_bsearch(key, base, num, size, cmp, flags); in OBJ_bsearch_ex_() 647 p = &(base_[i * size]); in OBJ_bsearch_ex_() 629 OBJ_bsearch_ex_(const void *key, const void *base, int num, int size, int (*cmp) (const void *, const void *), int flags) OBJ_bsearch_ex_() argument
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-x86_64.pl | 448 .size RC4,.-RC4 529 .size RC4_set_key,.-RC4_set_key 557 .size RC4_options,.-RC4_options 614 .size stream_se_handler,.-stream_se_handler 669 .size key_se_handler,.-key_se_handler
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 259 (deUint32)m_attachmentDescriptions.size(), // deUint32 attachmentCount; in initObjects() 279 (deUint32)imageViews.size(), // deUint32 attachmentCount; in initObjects() 325 for (deUint32 i = 0 ; i < m_attachments.size() ; ++i) in iterate() 365 (deUint32)colorAttachmentFormats.size(), // uint32_t colorAttachmentCount; in iterate() 382 (deUint32)colorAttachmentInfo.size(), // deUint32 colorAttachmentCount; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 83 1024u, // VkDeviceSize size; in makeVertexBuffer() 112 return vec.size() * sizeof(vec[0]); in sizeInBytes() 245 const auto framebuffer = makeFramebuffer(vk, device, renderPass.get(), static_cast<deUint32>(attachments.size()), in iterate() 263 static_cast<deUint32>(vtxAttrDescriptions.size()), // deUint32 vertexAttributeDescriptionCount in iterate() 311 beginRenderPass(vk, *cmdBuffer, renderPass.get(), framebuffer.get(), makeRect2D(0, 0, WIDTH, HEIGHT), static_cast<deUint32>(clearColors.size()), in iterate() 313 vk.cmdDraw(*cmdBuffer, static_cast<deUint32>(vertices.size()), 1u, 0u, 0u); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.cpp | 47 CheckedNumeric<int64_t> size = ComputeVertexAttributeTypeSize(attrib); in GetMaxAttributeByteOffsetForDraw() local 52 stride * (CheckedNumeric<int64_t>(elementCount) - 1) + size + offset; in GetMaxAttributeByteOffsetForDraw() 59 unsigned int size) in ElementsInBuffer() 61 angle::CheckedNumeric<size_t> bufferSize(size); in ElementsInBuffer() 259 for (size_t attribIndex = 0; attribIndex < vertexAttributes.size(); ++attribIndex) in prepareVertexData() 57 ElementsInBuffer(const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, unsigned int size) ElementsInBuffer() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | TextureStorage9.cpp | 404 int size, in TextureStorage9_Cube() 421 int height = size; in TextureStorage9_Cube() 422 d3d9::MakeValidSize(false, d3dFormatInfo.texFormat, &size, &height, &mTopLevel); in TextureStorage9_Cube() 423 mTextureWidth = size; in TextureStorage9_Cube() 424 mTextureHeight = size; in TextureStorage9_Cube() 532 // if the size is not positive this should be treated as an incomplete texture in getBaseTexture() 401 TextureStorage9_Cube(Renderer9 *renderer, GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) TextureStorage9_Cube() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 298 for (unsigned i = 0; i != WorkList.size(); ++i) { in isDefOnEntry() 361 for (unsigned i = 0; i != WorkList.size(); ++i) { in findReachingDefs() 430 if (WorkList.size() > 4) in findReachingDefs() 466 LiveIn.reserve(WorkList.size()); in findReachingDefs() 597 for (unsigned i = 0; i != PredQueue.size(); ++i) { in isJointlyDominated()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 516 assert((FTy->getNumParams() == ArgValues.size() || in runFunction() 517 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) && in runFunction() 519 assert(FTy->getNumParams() == ArgValues.size() && in runFunction() 525 switch (ArgValues.size()) { in runFunction() 656 for (unsigned I = 0, S = EventListeners.size(); I < S; ++I) { in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 71 // have the same size, otherwise not. Also, 64-bit vector types can be in canLosslesslyBitCastTo() 290 for (unsigned i = 0, e = Params.size(); i != e; ++i) { in FunctionType() 297 NumContainedTys = Params.size() + 1; // + 1 for result type in FunctionType() 316 sizeof(FunctionType) + sizeof(Type *) * (Params.size() + 1), in get() 380 NumContainedTys = Elements.size(); in setBody() 421 unsigned NameSize = Name.size(); in setName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 114 for (unsigned I = 0, E = Worklist.size(); I < E; ++I) { in initializeUsedResources() 116 if (!A.second.size()) { in initializeUsedResources() 135 B.second.CS.subtract(A.second.size() - SuperResources[A.first]); in initializeUsedResources() 190 << "cy=" << R.second.size() << '\n'; in initializeUsedResources() 681 APInt WriteMask(D.Writes.size(), 0);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSampleShadingTests.cpp | 403 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 414 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 457 return (int)uniquePixels.size(); in countUniquePixels() 464 for (unsigned int i = 0; i < pixels.size(); ++i) in countUniquePixels() 469 return (int)uniquePixels.size(); in countUniquePixels()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 486 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 497 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 563 return (int)uniquePixels.size(); in countUniquePixels() 570 for (unsigned int i = 0; i < pixels.size(); ++i) in countUniquePixels() 575 return (int)uniquePixels.size(); in countUniquePixels()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | shader_compiler_test.cc | 226 EXPECT_NE(opt_binary.size(), unopt_binary.size()); in TEST_F() 290 ASSERT_EQ(binary.size(), src_bytes.size()); in TEST_F() 291 for (size_t i = 0; i < src_bytes.size(); ++i) { in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_arithmetics.cpp | 51 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() 73 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() 102 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() 136 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() 252 << "Result Type vector size: " << spvOpcodeString(opcode); in ArithmeticsPass() 257 << "vector operand size: " << spvOpcodeString(opcode); in ArithmeticsPass() 301 << "vector size: " << spvOpcodeString(opcode); in ArithmeticsPass() 404 << "vector size of the right operand: " in ArithmeticsPass() 420 if (result_types.size() != 2) in ArithmeticsPass()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 103 return buffer.size(); in AddPerfTraceEvent() 225 mean /= static_cast<double>(values.size()); in ComputeMean() 314 double numResults = static_cast<double>(mTestTrialResults.size()); in run() 1050 for (uint32_t serial = 0; serial < static_cast<uint32_t>(mThreadIDs.size()); ++serial) in getCurrentThreadSerial() 1059 return static_cast<uint32_t>(mThreadIDs.size()); in getCurrentThreadSerial()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.h | 39 GLsizeiptr size, 44 GLsizeiptr size, 135 GLint *size, 142 GLint *size, 301 GLint size,
|