Home
last modified time | relevance | path

Searched refs:add (Results 1376 - 1400 of 8111) sorted by relevance

1...<<51525354555657585960>>...325

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dnh-avx2-x86_64.S76 add $0x20, KEY
95 add $0x40, MESSAGE
96 add $0x40, KEY
112 add $0x20, MESSAGE
113 add $0x20, KEY
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DGENbzero.S57 add %o0, 1, %o0
68 add %o0, 8, %o0
84 add %o0, 64, %o0
96 add %o0, 8, %o0
104 add %o0, 1, %o0
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S43 add #4,r5
46 add #4,r5
49 add #4,r5
53 add #4,r5
103 add r3, r15 ! save from top of structure
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S43 add #4,r5
46 add #4,r5
49 add #4,r5
53 add #4,r5
103 add r3, r15 ! save from top of structure
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DNGbzero.S58 add %o0, 1, %o0
69 add %o0, 8, %o0
86 add %o0, 64, %o0
98 add %o0, 8, %o0
106 add %o0, 1, %o0
H A DGENbzero.S57 add %o0, 1, %o0
68 add %o0, 8, %o0
84 add %o0, 64, %o0
96 add %o0, 8, %o0
104 add %o0, 1, %o0
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk_safe.c74 int add; in printk_safe_log_store() local
96 add = vscnprintf(s->buffer + len, sizeof(s->buffer) - len, fmt, ap); in printk_safe_log_store()
98 if (!add) in printk_safe_log_store()
106 if (atomic_cmpxchg(&s->len, len, len + add) != len) in printk_safe_log_store()
110 return add; in printk_safe_log_store()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dnh-avx2-x86_64.S77 add $0x20, KEY
96 add $0x40, MESSAGE
97 add $0x40, KEY
113 add $0x20, MESSAGE
114 add $0x20, KEY
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Drpath.sh42 ip netns add "$ns1"
43 ip netns add "$ns2"
49 ip -net "$ns1" link add v0 type veth peer name v0 netns "$ns2"
57 ip -net "$ns2" link add d0 type dummy
162 ip -net "$ns2" link add vrf0 type vrf table 10
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/
H A Dbasic_qos.sh91 tc qdisc add dev ${h1}.100 clsact
92 tc filter add dev ${h1}.100 egress protocol ipv4 \
94 tc filter add dev ${h1}.100 egress protocol ipv6 \
112 ip link add br0 type bridge
227 dcb app add dev ${swp1} dscp-prio CS4:4
/third_party/ffmpeg/libavcodec/x86/
H A Dexrdsp.asm41 add dstq, sizeq ; dst offset by size
43 add src1q, sizeq ; offset src by half_size
56 add sizeq, mmsize
79 add srcq, sizeq
104 add sizeq, mmsize
/third_party/ffmpeg/libswscale/arm/
H A Dhscale.S30 add r10, r4, r6, lsl #1 @ filter2 = filter + filterSize * 2
37 2: add r11, r0, r8 @ srcp + filterPos[0]
38 add r12, r0, r9 @ srcp + filterPos[1]
55 add r0, #8 @ srcp += 8
59 add r10, r10, r6, lsl #1 @ filter2 += filterSize * 2
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DPersonNamePattern.java51 elements.add(new LiteralText(workingString.toString())); in PersonNamePattern()
62 elements.add(new NameFieldImpl(workingString.toString(), formatterImpl)); in PersonNamePattern()
78 elements.add(new LiteralText(workingString.toString())); in PersonNamePattern()
241 modifierIDs.add(PersonName.FieldModifier.forString(tok.nextToken())); in NameFieldImpl()
244 modifierIDs.add(PersonName.FieldModifier.ALL_CAPS); in NameFieldImpl()
/third_party/icu/icu4c/source/test/depstest/
H A Ddepstest.py82 _ignored_symbols.add(name)
86 obj_imports.add(name)
88 obj_exports.add(name)
92 _virtual_classes.add(name[name.index("::") + 2:])
96 _weak_destructors.add(name[index + 3:name.index("(", index)])
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java51 // nfkdSource.add(i); in disorderedMarksAddAll()
56 // nfkdTarget.add(i); in disorderedMarksAddAll()
79 disorderedMarks.add(t); in disorderedMarksAddAll()
82 // if s has two code points, (or more), add the lead/trail information in disorderedMarksAddAll()
88 // add all the trail characters in disorderedMarksAddAll()
96 trailSet.addAll(trailString); // add remaining trails in disorderedMarksAddAll()
98 // add the sources in disorderedMarksAddAll()
103 sourcesSet.add(i); in disorderedMarksAddAll()
116 disorderedMarks.add(t); in disorderedMarksAddAll()
124 disorderedMarks.add("\u034 in disorderedMarksAddAll()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java48 // nfkdSource.add(i); in disorderedMarksAddAll()
53 // nfkdTarget.add(i); in disorderedMarksAddAll()
76 disorderedMarks.add(t); in disorderedMarksAddAll()
79 // if s has two code points, (or more), add the lead/trail information in disorderedMarksAddAll()
85 // add all the trail characters in disorderedMarksAddAll()
93 trailSet.addAll(trailString); // add remaining trails in disorderedMarksAddAll()
95 // add the sources in disorderedMarksAddAll()
100 sourcesSet.add(i); in disorderedMarksAddAll()
113 disorderedMarks.add(t); in disorderedMarksAddAll()
121 disorderedMarks.add("\u034 in disorderedMarksAddAll()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DThaiBreakEngine.java56 fMarkSet.add(0x0020);
60 fBeginWordSet.add(0x0E01, 0x0E2E); //KO KAI through HO NOKHUK
61 fBeginWordSet.add(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI
62 fSuffixSet.add(THAI_PAIYANNOI);
63 fSuffixSet.add(THAI_MAIYAMOK);
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_copy_propagation.cpp125 * 1: add(8) vgrf1 vgrf0 vgrf3 in TEST_F()
129 * 1: add(8) vgrf1 vgrf2 vgrf3 in TEST_F()
147 fs_inst *add = instruction(block0, 1); in TEST_F() local
148 EXPECT_EQ(BRW_OPCODE_ADD, add->opcode); in TEST_F()
149 EXPECT_TRUE(add->dst.equals(vgrf1)); in TEST_F()
150 EXPECT_TRUE(add->src[0].equals(vgrf2)); in TEST_F()
151 EXPECT_TRUE(add->src[1].equals(vgrf3)); in TEST_F()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dindex.js13 // add/remove/update actions.
35 const { saveTypeMap } = require('../add-rm-pkg-deps.js')
155 wsDepSet.add(dep)
157 wsDepSet.add(dep.target)
163 extraneous.add(child)
168 wsDepSet.add(extra)
187 rootDepSet.add(to)
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js5 // - if bins in ../node_modules/.bin, add those to result
6 // - if depth >= maxDepth, add PATH to result, and finish
8 // - add all FILEs in PATH to result
10 // - if depth < maxDepth, add GET CONTENTS of all DIRs in PATH
11 // - else, add all DIRs in PATH
14 // - if depth < maxDepth, add GET CONTENTS of DIRs in path except
16 // - else, add all DIRs in path other than node_modules
19 // - add GET CONTENTS of bundled deps, PACKAGE=true, depth + 1
95 // add all bins to result if they exist
110 bins.filter(b => b).forEach(b => result.add(
[all...]
/third_party/ltp/testcases/network/iproute/
H A Dip_tests.sh28 ROD ip link add $iface type dummy
31 ROD ip addr add ${ip4_addr}/24 dev $iface
94 tst_res TINFO "add a new protocol address to the device"
96 ip addr add 127.6.6.6/24 dev lo
98 tst_res TFAIL "'ip addr add' command failed"
130 tst_res TINFO "add a new neighbor (or replace existed)"
171 tst_res TINFO "test 'ip route add/del' commands"
173 ROD ip route add $ip4_addr via 127.0.0.1
209 tst_res TINFO "test 'ip maddr add/del' commands"
212 ip maddr add 6
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java105 // We won't always add a new candidate sequence each time around the loop, but the set in compile()
110 canditiateSequences.add(s); in compile()
116 reverseOrder.add(compile(toCompile)); in compile()
117 compiledSequences.add(toCompile); in compile()
134 reverseOrder.add(compile(s)); in compileFinalSequences()
135 compiledSequences.add(s); in compileFinalSequences()
199 // A non-branching operation does not use offsets, but we may need to add an explicit branch in renderSequence()
/third_party/rust/crates/autocfg/src/
H A Dtests.rs50 let add = ac.core_std("ops::Add"); in probe_add()
51 let add_rhs = add.clone() + "<i32>"; in probe_add()
52 let add_rhs_output = add.clone() + "<i32, Output = i32>"; in probe_add()
54 assert!(ac.probe_path(&add)); in probe_add()
55 assert!(ac.probe_trait(&add)); in probe_add()
/third_party/python/Tools/i18n/
H A Dmsgfmt.py48 def add(ctxt, id, str, fuzzy): function
133 add(msgctxt, msgid, msgstr, fuzzy)
145 add(msgctxt, msgid, msgstr, fuzzy)
151 add(msgctxt, msgid, msgstr, fuzzy)
206 add(msgctxt, msgid, msgstr, fuzzy)
/third_party/optimized-routines/string/aarch64/
H A Dmemcpy-advsimd.S58 add srcend, src, count
59 add dstend, dstin, count
143 add count, count, tmp1 /* Count is now 16 too large. */
154 add src, src, 64
155 add dst, dst, 64

Completed in 10 milliseconds

1...<<51525354555657585960>>...325