/third_party/python/Include/ |
H A D | pyerrors.h | 317 PyAPI_FUNC(int) PyOS_snprintf(char *str, size_t size, const char *format, ...) 319 PyAPI_FUNC(int) PyOS_vsnprintf(char *str, size_t size, const char *format, va_list va)
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 107 socklen_t size = sizeof(j); in BIO_sock_error() local 115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
|
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 286 .size ossl_md5_block_asm_data_order,.-ossl_md5_block_asm_data_order 377 .size se_handler,.-se_handler
|
/third_party/openssl/crypto/bn/asm/ |
H A D | s390x-gf2m.pl | 168 .size _mul_1x1,.-_mul_1x1 224 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateCBTests.cpp | 139 const auto numVert = static_cast<uint32_t>(m_data.size()); in iterate() 153 m_vk.cmdDraw(*m_cmdBuffer, static_cast<deUint32>(m_data.size()), 1, 0, 0); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesQueueBindSparseTests.cpp | 202 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate() 240 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate()
|
H A D | vktSparseResourcesTestsUtil.hpp | 145 //!< Helper function for checking if requested image size does not exceed device limits 269 return vec.size() * sizeof(vec[0]); in sizeInBytes() 275 return (index < vec.size() ? &vec[index] : DE_NULL); in getDataOrNullptr()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSpirvVersion1p4Tests.cpp | 81 for (unsigned i = 0; i < cases.size() ; ++i) in addTestsForAmberFiles() 105 for (size_t r = 0; r < reqmts.size() ; ++r) in addTestsForAmberFiles() 259 group.add("subgroup_cfg_uniform_id"); // Assumes subgroup size <= LocalSize of 8 in createSpirvVersion1p4Group() 261 group.add("subgroup_uniform"); // Assumes subgroup size <= LocalSize 8 in createSpirvVersion1p4Group()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateCBTests.cpp | 137 const auto numVert = static_cast<uint32_t>(m_data.size()); in iterate() 151 m_vk.cmdDraw(*m_cmdBuffer, static_cast<deUint32>(m_data.size()), 1, 0, 0); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 127 void vertexAttribFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \ 129 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | RewriteR32fImages.cpp | 188 for (size_t argIndex = 1; argIndex < arguments->size(); ++argIndex) in RewriteBuiltinFunctionCall() 217 ASSERT(arguments->size() == 1); in RewriteBuiltinFunctionCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 293 PseudoIdempotentInstCount = PseudoIdempotentInstructions.size(); in rescheduleCanonically() 423 dbgs() << "Total Basic Blocks: " << RPOList.size() << "\n"; in runOnMachineFunction()
|
H A D | MachineModuleInfo.cpp | 119 Entry.Index = BBCallbacks.size() - 1; in getAddrLabelSymbolToEmit() 268 for (unsigned i = 0; i < Personalities.size(); ++i) in addPersonality()
|
H A D | MachineSSAUpdater.cpp | 93 for (unsigned i = 0, e = PredValues.size(); i != e; ++i) in LookForIdenticalPHI() 193 for (unsigned i = 0, e = PredValues.size(); i != e; ++i) in GetValueInMiddleOfBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 103 // Write the size in bytes of this function as a uint32_t. This can be zero in encode() 104 // if we just have a symbol from a symbol table and that symbol has no size. in encode() 105 O.writeU32(size()); in encode() 122 // Fixup the size of the LineTable data with the correct size. in encode() 140 // Fixup the size of the InlineInfo data with the correct size. in encode() 144 // Terminate the data chunks with and end of list with zero size in encode() 189 if (InfoLength != InfoBytes.size()) in lookup()
|
H A D | LineTable.cpp | 133 if (Lines.size() == 1) { in encode() 166 const size_t NumDeltaInfos = DeltaInfos.size(); in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 251 Name, pImpl->CustomMDKindNames.size())) in getMDKindID() 258 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCaseResult.hpp | 92 int getNumItems (void) const { return (int)m_items.size(); } in getNumItems() 106 m_items.reserve(m_items.size()+1); in allocItem()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | clspv_helper.cc | 106 /* size */ 0}; in ParseExtendedInst() 113 // These arguments have descriptor set, binding, offset and size. in ParseExtendedInst() 138 // These arguments have offset and size. in ParseExtendedInst() 273 generated_binary->size(), nullptr, ParseReflection, in Compile() 283 if (!opt.Run(generated_binary->data(), generated_binary->size(), &stripped)) { in Compile()
|
H A D | shader_compiler.cc | 166 if (!tools.Validate(results.data(), results.size(), options)) in Compile() 180 if (!optimizer.Run(results.data(), results.size(), &results)) in Compile()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | pass_fixture.h | 108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() 145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | reducer_test.cpp | 233 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in InterestingWhileOpcodeExists() 566 BuildModule(kEnv, kMessageConsumer, binary.data(), binary.size()); in GetFunctionInstructionCount()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | IntermNode_test.cpp | 233 ASSERT_EQ(original->getSequence()->size(), copy->getSequence()->size()); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 279 memset(&zeroData[0], 0, zeroData.size()); in initializeBenchmark() 308 glBufferSubData(GL_ARRAY_BUFFER, 0, data.size(), &data[0]); in initializeBenchmark()
|
/third_party/skia/src/gpu/ |
H A D | GrOpFlushState.cpp | 124 GrImageInfo srcInfo(colorType, kAT, nullptr, rect.size()); in doUpload() 125 GrImageInfo tmpInfo(supportedWrite.fColorType, kAT, nullptr, rect.size()); in doUpload()
|