Home
last modified time | relevance | path

Searched refs:add (Results 201 - 225 of 5934) sorted by relevance

12345678910>>...238

/third_party/ffmpeg/libavcodec/x86/
H A Dtakdsp.asm34 add p1q, lengthq
35 add p2q, lengthq
44 add lengthq, mmsize*2
50 add p1q, lengthq
51 add p2q, lengthq
61 add lengthq, mmsize*2
67 add p1q, lengthq
68 add p2q, lengthq
88 add lengthq, mmsize*2
95 add p1
[all...]
H A Dqpeldsp.asm46 add r1, r4
47 add r2, 8
53 add r0, r3
57 add r1, r4
59 add r1, r4
71 add r0, r3
73 add r0, r3
75 add r1, r4
77 add r1, r4
89 add r
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py40 def add(self, string): member in StringTable
45 te[2].add(idx)
83 def add(self, array): member in IntTable
94 self.idxs.add(idx)
103 self.idxs.add(idx)
248 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
267 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
269 strings.add(field.name), field.s_name,
270 len(values_offsets), strings_offsets.add(values_offsets)))
272 print('\t{%s, %s(~0u)},' % (strings.add(fiel
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java66 * registry.add(MyProto.bar);
194 extensions.add(mutableExtensionsByNumber.get(pair)); in getAllMutableExtensionsByExtendedType()
211 extensions.add(immutableExtensionsByNumber.get(pair)); in getAllImmutableExtensionsByExtendedType()
218 public void add(final Extension<?, ?> extension) { in add() method in ExtensionRegistry
224 add(newExtensionInfo(extension), extension.getExtensionType()); in add()
228 public void add(final GeneratedMessage.GeneratedExtension<?, ?> extension) { in add() method in ExtensionRegistry
229 add((Extension<?, ?>) extension); in add()
247 public void add(final FieldDescriptor type) { in add() method in ExtensionRegistry
250 "ExtensionRegistry.add() must be provided a default instance when " in add()
254 add(inf in add()
259 public void add(final FieldDescriptor type, final Message defaultInstance) { add() method in ExtensionRegistry
301 private void add(final ExtensionInfo extension, final Extension.ExtensionType extensionType) { add() method in ExtensionRegistry
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl160 add %rax,%rbx
164 add %rax,%r8
168 add %rax,%r10
173 add %rax,%r12
178 add %rax,%r14
183 add %rax,%rbx
187 add %rax,%r8
192 add %rax,%r10
196 add %rax,%r12
201 add
[all...]
/third_party/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl160 add %rax,%rbx
164 add %rax,%r8
168 add %rax,%r10
173 add %rax,%r12
178 add %rax,%r14
183 add %rax,%rbx
187 add %rax,%r8
192 add %rax,%r10
196 add %rax,%r12
201 add
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_skeletons.cpp54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons()
55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons()
56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons()
57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons()
58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons()
59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons()
60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons()
61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons()
62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons()
63 b.add( in initNumberSkeletons()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.cpp54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons()
55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons()
56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons()
57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons()
58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons()
59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons()
60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons()
61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons()
62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons()
63 b.add( in initNumberSkeletons()
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnicodeNameTransliterator.java88 .add('-') in addSourceTargetSet()
89 .add(' ') in addSourceTargetSet()
91 .add(CLOSE_DELIM) in addSourceTargetSet()
93 .add('<').add('>') // for controls in addSourceTargetSet()
94 .add('(').add(')') // for controls in addSourceTargetSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeNameTransliterator.java89 .add('-') in addSourceTargetSet()
90 .add(' ') in addSourceTargetSet()
92 .add(CLOSE_DELIM) in addSourceTargetSet()
94 .add('<').add('>') // for controls in addSourceTargetSet()
95 .add('(').add(')') // for controls in addSourceTargetSet()
/third_party/rust/crates/memchr/src/memchr/x86/
H A Dsse2.rs112 let end_ptr = start_ptr.add(haystack.len()); in memchr()
129 ptr = ptr.add(VECTOR_SIZE - (start_ptr as usize & VECTOR_ALIGN)); in memchr()
135 let b = _mm_load_si128(ptr.add(VECTOR_SIZE) as *const __m128i); in memchr()
136 let c = _mm_load_si128(ptr.add(2 * VECTOR_SIZE) as *const __m128i); in memchr()
137 let d = _mm_load_si128(ptr.add(3 * VECTOR_SIZE) as *const __m128i); in memchr()
169 ptr = ptr.add(loop_size); in memchr()
177 ptr = ptr.add(VECTOR_SIZE); in memchr()
196 let end_ptr = start_ptr.add(haystack.len()); in memchr2()
213 ptr = ptr.add(VECTOR_SIZE - (start_ptr as usize & VECTOR_ALIGN)); in memchr2()
219 let b = _mm_load_si128(ptr.add(VECTOR_SIZ in memchr2()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Droute_manager.h73 * The interface is add route table
79 * @return Returns 0, add route table successfully, otherwise it will fail
114 * @return Returns 0, add interface to default network successfully, otherwise it will fail
135 * @return Returns 0, add interface to physical network successfully, otherwise it will fail
171 * @return Returns 0, add interface to virtual network successfully, otherwise it will fail
195 * @return Returns 0, add interface to local network successfully, otherwise it will fail
250 * @return Returns 0, add rules successfully, otherwise it will fail
271 * @param add add or delete route
275 const std::string &nextHop, bool add);
[all...]
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py54 def add(self, string): member in StringTable
59 te[2].add(idx)
98 def add(self, array): member in IntTable
109 self.idxs.add(idx)
118 self.idxs.add(idx)
156 values_offsets[value[1]] = string_table.add(value[0])
158 string_table.add(self.name),
159 len(values_offsets), idx_table.add(values_offsets),
163 return '{{{0}, 0x{mask:X}}}'.format(string_table.add(self.name), **locals())
185 def add(sel member in FieldTable
[all...]
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl32 add %r11d, $dst /* dst += ... */
35 add $x, $dst /* dst += x */
58 add %r12d, $dst /* dst += ... */
61 add $x, $dst /* dst += x */
80 add %r11d, $dst /* dst += ... */
91 add $x, $dst /* dst += x */
113 add %r11d, $dst /* dst += ... */
117 add $x, $dst /* dst += x */
253 # add old values of A, B, C, D
254 add
[all...]
/third_party/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl32 add %r11d, $dst /* dst += ... */
35 add $x, $dst /* dst += x */
58 add %r12d, $dst /* dst += ... */
61 add $x, $dst /* dst += x */
80 add %r11d, $dst /* dst += ... */
91 add $x, $dst /* dst += x */
113 add %r11d, $dst /* dst += ... */
117 add $x, $dst /* dst += x */
253 # add old values of A, B, C, D
254 add
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons()
55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons()
56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons()
57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons()
58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons()
59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons()
60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons()
61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons()
62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons()
63 b.add( in initNumberSkeletons()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java147 container.add(foo); in addWithFont()
173 private static void add(Container container, Component component, in add() method in HolidayCalendarDemo.CalendarFrame
177 container.add(component); in add()
268 add(monthPanel, monthLabel, g, c); in buildGUI()
271 add(monthPanel, prevYear, g, c); in buildGUI()
272 add(monthPanel, prevMonth, g, c); in buildGUI()
273 add(monthPanel, gotoToday, g, c); in buildGUI()
274 add(monthPanel, nextMonth, g, c); in buildGUI()
276 add(monthPanel, nextYear, g, c); in buildGUI()
294 add(menuPane in buildGUI()
459 public void add(int field, int delta) add() method in HolidayCalendarDemo.CalendarPanel
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl36 # as custom 'mux2', "parallel 32-bit add," 'padd4' and "parallel
86 $ADD="add";
115 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
116 } else { $ADDP="add"; }
160 { .mib; add r8=0*$SZ,ctx
161 add r9=1*$SZ,ctx }
162 { .mib; add r10=2*$SZ,ctx
163 add r11=3*$SZ,ctx };;
175 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
208 add r
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl36 # as custom 'mux2', "parallel 32-bit add," 'padd4' and "parallel
86 $ADD="add";
115 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
116 } else { $ADDP="add"; }
160 { .mib; add r8=0*$SZ,ctx
161 add r9=1*$SZ,ctx }
162 { .mib; add r10=2*$SZ,ctx
163 add r11=3*$SZ,ctx };;
175 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
208 add r
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberSkeletonImpl.java39 // NOTE: For examples of how to add a new stem to the number skeleton parser, see: //
158 b.add("compact-short", StemEnum.STEM_COMPACT_SHORT.ordinal()); in buildStemTrie()
159 b.add("compact-long", StemEnum.STEM_COMPACT_LONG.ordinal()); in buildStemTrie()
160 b.add("scientific", StemEnum.STEM_SCIENTIFIC.ordinal()); in buildStemTrie()
161 b.add("engineering", StemEnum.STEM_ENGINEERING.ordinal()); in buildStemTrie()
162 b.add("notation-simple", StemEnum.STEM_NOTATION_SIMPLE.ordinal()); in buildStemTrie()
163 b.add("base-unit", StemEnum.STEM_BASE_UNIT.ordinal()); in buildStemTrie()
164 b.add("percent", StemEnum.STEM_PERCENT.ordinal()); in buildStemTrie()
165 b.add("permille", StemEnum.STEM_PERMILLE.ordinal()); in buildStemTrie()
166 b.add("precisio in buildStemTrie()
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S36 add x7, x2, x12, lsl #1
55 add x8, x1, x8, lsl #3
56 add x6, x1, x6, lsl #3
81 add x4, x4, x14, lsl #3
82 add x6, x20, x14, lsl #3
126 add sp, sp, #32
140 add x1, x1, x19
144 add x0, x20, x19, lsl #2
145 add x1, x20, x19, lsl #1
169 add s
[all...]
/third_party/curl/scripts/
H A Dschemetable.c79 unsigned int calc(const char *s, int add, int shift) in calc() argument
82 unsigned int c = add; in calc()
149 int add; in main() local
152 for(add = 0; add < 999; add++) { in main()
154 unsigned int v = calc(scheme[i].n, add, shift); in main()
197 bestadd = add; in main()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java67 public void add(RbPath rbPath, String element) { in add() method in IcuData
68 add(rbPath, RbValue.of(element)); in add()
72 public void add(RbPath rbPath, RbValue rbValue) { in add() method in IcuData
74 paths.add(rbPath); in add()
78 public void add(RbPath rbPath, Iterable<RbValue> rbValues) { in add() method in IcuData
80 paths.add(rbPath); in add()
87 paths.add(rbPath); in replace()
93 add(rbPath, rbValue); in replace()
/third_party/python/Lib/
H A D_py_abc.py45 abstracts.add(name)
68 cls._abc_registry.add(subclass)
127 cls._abc_cache.add(subclass)
129 cls._abc_negative_cache.add(subclass)
133 cls._abc_cache.add(subclass)
138 cls._abc_cache.add(subclass)
143 cls._abc_cache.add(subclass)
146 cls._abc_negative_cache.add(subclass)
/third_party/lzma/Asm/x86/
H A DAesOpt.asm166 add r4, stack_offset
273 add keys, 32
303 add rD, ways * 16
308 add rN, ways
335 add rD, 16
457 add keys, 32
463 add ksize_x, ksize_x
500 add rD, ways * 32
503 add rN, ways * 2
508 add r
[all...]

Completed in 14 milliseconds

12345678910>>...238