Home
last modified time | relevance | path

Searched refs:add (Results 5551 - 5575 of 8340) sorted by relevance

1...<<221222223224225226227228229230>>...334

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp832 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str()); in addVerificationComputeShader()
868 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
884 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
1487 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
1528 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
1788 // If you add more, make sure it is handled in the test/shader in createMixedAttachmentSamplesTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp366 programCollection.glslSources.add("uploadDrawVert") << glu::VertexSource(src.str()); in initPrograms()
390 programCollection.glslSources.add("uploadDrawFrag") << glu::FragmentSource(src.str()); in initPrograms()
441 programCollection.glslSources.add("uploadStoreComp") << glu::ComputeSource(src.str()); in initPrograms()
473 programCollection.glslSources.add("downloadLoadComp") << glu::ComputeSource(src.str()); in initPrograms()
507 programCollection.glslSources.add("downloadTextureComp") << glu::ComputeSource(src.str()); in initPrograms()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc63 add(zd, zn, scratch); in AddSubHelper()
82 add(zd, zd, imm8, shift); in TrySingleAddSub()
242 add(xd, xn, scratch); in Addpl()
244 add(xd, xn, Operand(scratch, ASR, kZRegBitsPerPRegBitLog2)); in Addpl()
298 add(xd, xn, a); in Addvl()
H A Dsimulator-aarch64.cc3383 add(vform, result, zdn, zm).Halve(vform); in Simulator()
3392 add(vform, result, zdn, zm).Halve(vform).Round(vform); in Simulator()
3395 add(vform, result, zdn, zm).Uhalve(vform); in Simulator()
3404 add(vform, result, zdn, zm).Uhalve(vform).Round(vform); in Simulator()
3422 add(vform, result, zdn, zm).SignedSaturate(vform); in Simulator()
3434 add(vform, result, zdn, zm).UnsignedSaturate(vform); in Simulator()
7463 add(vf, rd, rn, rm); in Simulator()
7544 add(vf, rd, rn, rm).UnsignedSaturate(vf); in Simulator()
7547 add(vf, rd, rn, rm).SignedSaturate(vf); in Simulator()
7580 add(v in Simulator()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java53 // Since this class becomes GeneratedMessageV3V? in opensource, we have to add an import here
153 * The returned Map is modifiable so that the caller can add additional
1320 * e.g. "get", "set", and "add" -- but for extensions. The extensions are
2417 addRepeatedMethod = getMethodOrDie(builderClass, "add" + camelCaseName, type); in ReflectionInvoker()
2626 result.add(getRepeated(message, i)); in get()
2636 result.add(getRepeated(builder, i)); in get()
2686 getMutableMapField(builder).getMutableList().add(coerceType((Message) value)); in addRepeated()
2822 getMethodOrDie(builderClass, "add" + camelCaseName + "Value", int.class); in RepeatedEnumFieldAccessor()
2842 newList.add(getRepeated(message, i)); in get()
2853 newList.add(getRepeate in get()
[all...]
/third_party/python/Lib/
H A Dtyping.py1182 '''A type-safe decorator to add logging to a function.'''
1909 attrs.add(attr)
2975 required_keys.add(annotation_key)
2977 optional_keys.add(annotation_key)
2979 required_keys.add(annotation_key)
2981 optional_keys.add(annotation_key)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp830 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str()); in addVerificationComputeShader()
866 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
882 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
1495 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
1536 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
1801 // If you add more, make sure it is handled in the test/shader in createMixedAttachmentSamplesTestsInGroup()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc566 // As a crutch to avoid having to add manual Align calls wherever we use a in GetCode()
567 // raw workflow to create Code objects (mostly in tests), add another Align in GetCode()
1266 add(rd, rd, Operand(imm & mask), LeaveCC, cond); in AddrMode1()
1269 add(rd, rd, Operand(imm), LeaveCC, cond); in AddrMode1()
1571 void Assembler::add(Register dst, Register src1, const Operand& src2, SBit s, in add() function in v8::internal::Assembler
1576 void Assembler::add(Register dst, Register src1, Register src2, SBit s, in add() function in v8::internal::Assembler
1578 add(dst, src1, Operand(src2), s, cond); in add()
2452 add(scratch, base, Operand(offset)); in vldr()
2468 add(scratch, operand.rn(), in vldr()
2501 add(scratc in vldr()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp2182 programCollection.glslSources.add(shaderPrefix + "vert") << glu::VertexSource(src.str()); in initPassthroughPrograms()
2212 programCollection.glslSources.add(shaderPrefix + "tesc") << glu::TessellationControlSource(src.str()); in initPassthroughPrograms()
2237 programCollection.glslSources.add(shaderPrefix + "tese") << glu::TessellationEvaluationSource(src.str()); in initPassthroughPrograms()
2267 programCollection.glslSources.add(shaderPrefix + "geom") << glu::GeometrySource(src.str()); in initPassthroughPrograms()
2285 programCollection.glslSources.add(shaderPrefix + "frag") << glu::FragmentSource(src.str()); in initPassthroughPrograms()
2302 programCollection.glslSources.add(shaderPrefix + "comp") << glu::ComputeSource(src.str()); in initPassthroughPrograms()
3118 programCollection.glslSources.add("comp") << glu::ComputeSource(source.str().c_str()); in initPrograms()
4263 programCollection.glslSources.add("draw_vert") << glu::VertexSource(src.str()); in initPrograms()
4282 programCollection.glslSources.add("draw_frag") << glu::FragmentSource(src.str()); in initPrograms()
4910 programCollection.glslSources.add("read_ib_ver in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp2100 programCollection.glslSources.add(shaderPrefix + "vert") << glu::VertexSource(src.str()); in initPassthroughPrograms()
2130 programCollection.glslSources.add(shaderPrefix + "tesc") << glu::TessellationControlSource(src.str()); in initPassthroughPrograms()
2155 programCollection.glslSources.add(shaderPrefix + "tese") << glu::TessellationEvaluationSource(src.str()); in initPassthroughPrograms()
2185 programCollection.glslSources.add(shaderPrefix + "geom") << glu::GeometrySource(src.str()); in initPassthroughPrograms()
2203 programCollection.glslSources.add(shaderPrefix + "frag") << glu::FragmentSource(src.str()); in initPassthroughPrograms()
2220 programCollection.glslSources.add(shaderPrefix + "comp") << glu::ComputeSource(src.str()); in initPassthroughPrograms()
2981 programCollection.glslSources.add("comp") << glu::ComputeSource(source.str().c_str()); in initPrograms()
4126 programCollection.glslSources.add("draw_vert") << glu::VertexSource(src.str()); in initPrograms()
4145 programCollection.glslSources.add("draw_frag") << glu::FragmentSource(src.str()); in initPrograms()
4771 programCollection.glslSources.add("read_ib_ver in initPrograms()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c72 unsigned int add = credits->value; in smb2_add_credits() local
85 *val += add; in smb2_add_credits()
94 add, server->in_flight); in smb2_add_credits()
124 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
127 add, instance); in smb2_add_credits()
132 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
134 optype, scredits, add); in smb2_add_credits()
164 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits()
165 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits()
698 /* add thi in parse_server_interfaces()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java158 testedSkeletons.add(actualPattern); in TestPatterns()
312 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse()
2398 sym = new ChineseDateFormatSymbols(ccal, ULocale.CHINA); //gclsh1 add in TestCoverage()
3805 cal.add(Calendar.DATE, dayOffset); in TestRelativeDateFormat()
4627 cal.add(Calendar.DATE, -1); in TestContext()
4659 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4662 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4663 if (formattedString.contains("n ")) { // will add "." after the end of text ending in 'n', like Jan. in TestDotAndAtLeniency()
4664 tests.add(new Object[]{format, formattedString.replace("n ", "n. ") + "."}); in TestDotAndAtLeniency()
4667 tests.add(ne in TestDotAndAtLeniency()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java155 testedSkeletons.add(actualPattern); in TestPatterns()
309 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse()
2482 sym = new ChineseDateFormatSymbols(ccal, ULocale.CHINA); //gclsh1 add in TestCoverage()
3902 cal.add(Calendar.DATE, dayOffset); in TestRelativeDateFormat()
4724 cal.add(Calendar.DATE, -1); in TestContext()
4756 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4759 tests.add(new Object[]{format, formattedString}); in TestDotAndAtLeniency()
4760 if (formattedString.contains("n ")) { // will add "." after the end of text ending in 'n', like Jan. in TestDotAndAtLeniency()
4761 tests.add(new Object[]{format, formattedString.replace("n ", "n. ") + "."}); in TestDotAndAtLeniency()
4764 tests.add(ne in TestDotAndAtLeniency()
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-x86_64.pl1280 add %rbp,$sbox
1371 add \$56,%rsp
1437 add \$1,%ecx
1475 add \$1,%ecx
1520 add \$1,%ecx
1708 add \$56,%rsp
1802 add \$320,%r12
1809 #add \$8,%rsp # reserve for return address!
2022 #add \$8,%rsp # reserve for return address!
2119 add
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-x86_64.pl1280 add %rbp,$sbox
1371 add \$56,%rsp
1437 add \$1,%ecx
1475 add \$1,%ecx
1520 add \$1,%ecx
1708 add \$56,%rsp
1802 add \$320,%r12
1809 #add \$8,%rsp # reserve for return address!
2022 #add \$8,%rsp # reserve for return address!
2119 add
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4151 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4176 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4195 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4217 programCollection.glslSources.add("vertex") << glu::VertexSource(source.str()); in initPrograms()
4244 programCollection.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
4261 programCollection.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
4289 programCollection.glslSources.add("geometry") << glu::GeometrySource(source.str()); in initPrograms()
4304 programCollection.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
4321 programCollection.glslSources.add("fragment") << glu::FragmentSource(source.str()); in initPrograms()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c365 * group the rings as "efficiently" as possible. You would add new
661 f->add = true; in iavf_add_vlan()
774 f->add = true; in iavf_add_filter()
824 * iavf_addr_sync - Callback for dev_(mc|uc)_sync to add address
826 * @addr: address to add
844 * @addr: address to add
1849 dev_info(&pdev->dev, "Failed to add VF to client API service list: %d\n", in iavf_init_get_resources()
2208 /* re-add all MAC filters */ in iavf_reset_task()
2210 f->add = true; in iavf_reset_task()
2212 /* re-add al in iavf_reset_task()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c995 netdev_dbg(lif->netdev, "rx_filter add ADDR %pM\n", addr); in ionic_lif_addr_add()
1038 static int ionic_lif_addr(struct ionic_lif *lif, const u8 *addr, bool add, in ionic_lif_addr() argument
1045 if (add) { in ionic_lif_addr()
1073 work->type = add ? IONIC_DW_TYPE_RX_ADDR_ADD : in ionic_lif_addr()
1077 add ? "add" : "del", addr); in ionic_lif_addr()
1081 add ? "add" : "del", addr); in ionic_lif_addr()
1082 if (add) in ionic_lif_addr()
1536 netdev_dbg(netdev, "rx_filter add VLA in ionic_vlan_rx_add_vid()
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c2215 fl_get_next_hw_filter(struct tcf_proto *tp, struct cls_fl_filter *f, bool add) in fl_get_next_hw_filter() argument
2229 if (!(add && f->deleted) && refcount_inc_not_zero(&f->refcnt)) { in fl_get_next_hw_filter()
2239 static int fl_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in fl_reoffload() argument
2253 while ((f = fl_get_next_hw_filter(tp, f, add))) { in fl_reoffload()
2263 cls_flower.command = add ? in fl_reoffload()
2283 err = tc_setup_cb_reoffload(block, tp, add, cb, in fl_reoffload()
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py909 attr_set_seen.add(nested)
923 inherit.add('idx')
953 pns_key_seen.add(name)
1002 self.hooks[when][op_mode]['set'].add(name)
1437 array_nests.add(arg)
1439 multi_attrs.add(arg)
/third_party/curl/lib/
H A Dftp.c264 struct Curl_sockaddr_storage add; in AcceptServerConnect() local
266 struct sockaddr_in add; in AcceptServerConnect() local
268 curl_socklen_t size = (curl_socklen_t) sizeof(add); in AcceptServerConnect()
271 if(0 == getsockname(sock, (struct sockaddr *) &add, &size)) { in AcceptServerConnect()
272 size = sizeof(add); in AcceptServerConnect()
274 s = accept(sock, (struct sockaddr *) &add, &size); in AcceptServerConnect()
874 ftpc->cwdcount = 0; /* we count this as the first path, then we add one in ftp_state_cwd()
1416 if FTPFILE_NOCWD was specified, we should add the path in ftp_state_list()
2752 ftpc->count2 = 1; /* add one to get next */ in ftp_statemachine()
4209 /* path starts with a slash: add tha in ftp_parse_url_path()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h339 add(ip, ip, dst_addr); in StoreTaggedPointer()
341 add(ip, ip, offset_reg); in StoreTaggedPointer()
534 add(ip, ip, offset_reg); \
618 ATOMIC_OP(add); in AtomicAdd()
653 add(ip, ip, offset_reg); in AtomicExchange()
719 add(ip, ip, offset_reg); in AtomicCompareExchange()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c2428 uint64_t add; in qpack_read_varint() local
2451 add = (*p) & 0x7f; in qpack_read_varint()
2457 if ((NGHTTP3_QPACK_INT_MAX >> shift) < add) { in qpack_read_varint()
2461 add <<= shift; in qpack_read_varint()
2463 if (NGHTTP3_QPACK_INT_MAX - add < n) { in qpack_read_varint()
2467 n += add; in qpack_read_varint()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl702 # modulus and then add it back if subtraction borrowed.
741 # if a-b borrowed, add modulus
774 # if b-a borrowed, add modulus
2130 add $out,$out,$index
2203 add $index,$index,r0
2205 add $inp,$inp,$index
2298 add $out,$out,$index
2338 add $index,$index,r0
2339 add $inp,$inp,$index
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl702 # modulus and then add it back if subtraction borrowed.
741 # if a-b borrowed, add modulus
774 # if b-a borrowed, add modulus
2130 add $out,$out,$index
2203 add $index,$index,r0
2205 add $inp,$inp,$index
2298 add $out,$out,$index
2338 add $index,$index,r0
2339 add $inp,$inp,$index

Completed in 154 milliseconds

1...<<221222223224225226227228229230>>...334