Home
last modified time | relevance | path

Searched refs:size (Results 34976 - 35000 of 51613) sorted by relevance

1...<<1391139213931394139513961397139813991400>>...2065

/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600-avx512.pl276 .size __KeccakF1600,.-__KeccakF1600
387 .size SHA3_absorb,.-SHA3_absorb
487 .size SHA3_squeeze,.-SHA3_squeeze
H A Dkeccak1600-avx2.pl279 .size __KeccakF1600,.-__KeccakF1600
364 .size SHA3_absorb,.-SHA3_absorb
433 .size SHA3_squeeze,.-SHA3_squeeze
H A Dkeccak1600-avx512vl.pl180 .size __KeccakF1600,.-__KeccakF1600
273 .size SHA3_absorb,.-SHA3_absorb
350 .size SHA3_squeeze,.-SHA3_squeeze
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/
H A Dx86-gf2m.S109 .size _mul_1x1_mmx,.-_mul_1x1_mmx
246 .size _mul_1x1_ialu,.-_mul_1x1_ialu
354 .size bn_GF2m_mul_2x2,.-.L_bn_GF2m_mul_2x2_begin
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c585 * Default handling if value == size field then omit in asn1_ex_i2c()
587 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
589 if (!*tbool && !it->size) in asn1_ex_i2c()
628 if ((it->size == ASN1_TFLG_NDEF) in asn1_ex_i2c()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl171 .size _mul_1x1,.-_mul_1x1
307 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
402 .size se_handler,.-se_handler
/third_party/protobuf/conformance/
H A Dconformance_test.cc59 for (size_t i = 0; i < binary_string.size(); i++) { in ToOctString()
448 ok ? "PASSED" : "FAILED", successes_, skipped_.size(), in RunSuite()
449 expected_failures_, unexpected_failing_tests_.size()); in RunSuite()
/third_party/python/Lib/test/
H A Dtest_cgi.py243 # contents of the input file into memory; we use readline's size argument
251 def readline(self, size=None):
253 if size:
254 return self.file.readline(size)
572 cgi.parse_header('attachment; filename="strange;name";size=123;'),
573 ("attachment", {"filename": "strange;name", "size": "123"}))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp76 // Check if image size does not exceed device limits in iterate()
219 pushConstantSize, // deUint32 size; in iterate()
232 static_cast<deUint32>(pushConstantRanges.size()), // deUint32 pushConstantRangeCount; in iterate()
262 static_cast<deUint32>(vertexDataDesc.vertexAttribDescVec.size()), // uint32_t vertexAttributeDescriptionCount; in iterate()
343 renderPass.begin(deviceInterface, *commandBuffer, makeRect2D(0, 0, imageMSInfo.extent.width, imageMSInfo.extent.height), (deUint32)clearValues.size(), &clearValues[0]); in iterate()
H A DvktPipelineStencilExportTests.cpp232 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
241 makeExtent3D(size.x(), size.y(), 1), // VkExtent3D extent; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp158 template<typename T, int size>
159 T multiplyComponents(const tcu::Vector<T, size>& v) in multiplyComponents()
162 for (int i = 0; i < size; ++i) in multiplyComponents()
215 << " uvec3 size = gl_NumWorkGroups * gl_WorkGroupSize;\n" in initPrograms()
216 << " uint numValuesPerInv = uint(ub_in.values.length()) / (size.x*size.y*size.z);\n" in initPrograms()
217 << " uint groupNdx = size.x*size.y*gl_GlobalInvocationID.z + size in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp426 std::vector<tcu::Vec4> outputData(expectedOutputPositions.size()); in iterate()
433 for (size_t i = 0; i < outputData.size(); ++i) in iterate()
516 for (deUint32 bit = 0; bit < testFlagBitNames.size(); bit++) in createPositionFetchTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferMemoryAliasing.cpp198 m_bufferSizeInBytes, // VkDeviceSize size; in iterate()
224 if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sparseAddressSpaceSize) in iterate()
225 TCU_THROW(NotSupportedError, "Required memory size for sparse resources exceeds device limits"); in iterate()
227 DE_ASSERT((bufferMemRequirements.size % bufferMemRequirements.alignment) == 0); in iterate()
247 const VkSparseMemoryBind sparseMemoryBind = makeSparseMemoryBind(deviceInterface, getDevice(), bufferMemRequirements.size, memoryType, 0u); in iterate()
353 TCU_THROW(NotSupportedError, "Buffer size is not supported"); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp139 // that support the subgroup size control extension and variants for those in checkSupport()
149 TCU_THROW(NotSupportedError, "Implementation does not support subgroup size control"); in checkSupport()
156 TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementations"); in checkSupport()
182 for (unsigned i = 0; i < cases.size(); ++i) in addTestsForAmberFiles()
236 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()
339 for (unsigned c = 0; c < controls.size(); ++c) in createSubgroupUniformControlFlowTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp60 ASSERT(blendStateExt.mMaxDrawBuffers <= colorAttachmentsForRenderMask.size()); in GetBlendStateKey()
61 ASSERT(colorbuffers.size() == colorAttachmentsForRenderMask.count()); in GetBlendStateKey()
70 ASSERT(keyBlendIndex < colorbuffers.size()); in GetBlendStateKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp58 "can't enter sub-block: current code size is 0"); in EnterSubBlock()
387 "Fixed or VBR abbrev record with size > MaxChunkData"); in ReadAbbrevRecord()
452 if (Record.size() < 1) in ReadBlockInfoBlock()
462 for (unsigned i = 0, e = Record.size(); i != e; ++i) in ReadBlockInfoBlock()
472 for (unsigned i = 1, e = Record.size(); i != e; ++i) in ReadBlockInfoBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h174 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression()
175 return FrameIndexExprs.size() ? FrameIndexExprs[0].Expr : nullptr; in getSingleExpression()
218 (FrameIndexExprs.size() == 1 && in hasComplexAddress()
310 /// Size of each symbol emitted (for those symbols that have a specific size).
650 /// For symbols that have a size designated (e.g. common symbols),
651 /// this tracks that size.
726 /// Emit the location for a debug loc entry, including the size header.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp20 assert(Reg < AliasMap.size() && "Invalid register"); in regIndices()
170 assert(unsigned(pred->getNumber()) < MBBOutRegsInfos.size() && in enterBasicBlock()
212 assert(MBBNumber < MBBOutRegsInfos.size() && in leaveBasicBlock()
H A DLiveRangeEdit.cpp383 for (unsigned i = 0, e = RegsToErase.size(); i != e; ++i) { in eliminateDeadDef()
421 for (unsigned i = 0, e = RegsBeingSpilled.size(); i != e; ++i) { in eliminateDeadDefs()
466 for (unsigned I = 0, Size = size(); I < Size; ++I) { in calculateRegClassAndHint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp105 incrStreamedLen(Bytes.size()); in mapByteVectorTail()
206 auto NullTerminatedString = StringRef(Value.data(), Value.size() + 1); in mapStringZ()
209 incrStreamedLen(NullTerminatedString.size()); in mapStringZ()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp114 if (OpCode >= Descriptions.size()) in getOpDesc()
189 // We need a size, so this cannot be the first operand in extract()
197 llvm_unreachable("Unknown DWARFExpression Op size"); in extract()
295 while (FailOffset < Data.getData().size()) in print()
313 if (Op.getEndOffset() < Data.getData().size()) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h53 /// Size - section size. Doesn't include the stubs.
67 /// section size and the maximum amount of space that the stubs can occupy.
75 SectionEntry(StringRef name, uint8_t *address, size_t size, in SectionEntry() argument
77 : Name(name), Address(address), Size(size), in SectionEntry()
78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
148 /// The size of this relocation (MachO specific).
440 // Compute GOT size
443 // Compute the stub buffer size required for a section
450 // Return size of Global Offset Table (GOT) entry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp153 for (int i = 0, e = undefs.size(); i != e; ++i) in setAsmUndefinedRefs()
432 MangledName.reserve(GV.getName().size() + 1); in applyScopeRestrictions()
637 cl::ParseCommandLineOptions(CodegenArgv.size(), CodegenArgv.data()); in parseCodeGenDebugOptions()

Completed in 44 milliseconds

1...<<1391139213931394139513961397139813991400>>...2065