/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 137 ; add back 0x8000 * sum(coeffs) after the horizontal add 144 ; add up horizontally (4 srcpix * 4 coefficients -> 1 dstpix) 181 ; add back 0x8000 * sum(coeffs) after the horizontal add 192 ; add up horizontally (8 srcpix * 8 coefficients -> 1 dstpix) 199 ; emulate horizontal add as transpose + vertical add 273 ; add back 0x8000 * sum(coeffs) after the horizontal add [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 138 .add(Dest) in postRAConvertToLEA() 139 .add(Src) in postRAConvertToLEA() 386 // which can be turned into add %reg2, %reg1 in optTwoAddrLEA() 510 BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src); in processInstructionForSlowLEA() 519 .add(SrcR) in processInstructionForSlowLEA() 573 // add instructions: in processInstrForSlow3OpLEA() 574 // 1.lea (%base,%index,1), %base => add %index,%base in processInstrForSlow3OpLEA() 575 // 2.lea (%base,%index,1), %index => add %base,%index in processInstrForSlow3OpLEA() 597 // lea (%base,%index,scale); add offset,%dst in processInstrForSlow3OpLEA() 599 .add(Des in processInstrForSlow3OpLEA() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 160 collectedErrors.add(it.codepoint); in TestPropertyAccess() 198 s.add("ac"); in TestToPattern() 205 s.add("[]"); in TestToPattern() 214 s.add("abc"); in TestToPattern() 215 s.add("abc"); in TestToPattern() 221 s.add('a', 'b'); in TestToPattern() 264 testSet.add(start, end); in toPatternAux() 485 set.add('a', 'z'); in TestAddRemove() 495 set.add('f', 'q'); in TestAddRemove() 563 set.add(' in TestAPI() 1923 public void add(String var, String value) { add() method in UnicodeSetTest.TokenSymbolTable 1933 public void add(String var, char[] body) { add() method in UnicodeSetTest.TokenSymbolTable [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264qpel_neon.S | 133 add r1, r1, #8 146 add r0, r0, #8 147 add r1, r1, #8 182 add r0, r0, #8 183 add r1, r1, #8 184 add r3, r3, #8 221 add r1, r1, #8 235 add r0, r0, #8 238 add r1, r1, #8 310 add r [all...] |
H A D | simple_idct_neon.S | 71 add r3, r0, r1, lsl #2 77 add r3, r3, r1, lsl #1 89 add r2, r2, #-64 270 add r2, r2, #-128 274 add r0, r0, #4 275 add r2, r2, #-120 325 add r2, r2, #-128 329 add r0, r0, #4 330 add r2, r2, #-120 365 add r [all...] |
H A D | vp9lpf_16bpp_neon.S | 617 add r0, r0, r1, lsl #2 619 add r0, r0, #8 624 add r0, r0, r1, lsl #2 626 add r0, r0, r1, lsl #2 629 add r0, r0, #8 631 add r0, r0, #8 662 add r0, r0, r1, lsl #3 664 add r0, r0, #16 715 add r0, r12, r1, lsl #2 729 add r1 [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | multiImportExport.js | 21 add(a: number, b: number) { 33 Adder.prototype.add = function (a, b) {
58 add(a: number, b: number): void;
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 124 add x29,sp,#0 199 add $out,$out,#0x50 241 add $out,$out,#0x20 300 add x29,sp,#0 313 add $inp,$out,x12,lsl#4 // end of key schedule 537 add x29,sp,#0 558 add $key_,$key,x5,lsl#4 // pointer to last 7 round keys 565 add $key_,$key,#32 571 add $cnt,$rounds,#2 651 add [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | snowdsp.c | 625 "add %3, %%"FF_REG_D" \n\t" 664 "add $32, %%"FF_REG_S" \n\t"\ 665 "add %%"FF_REG_c", %0 \n\t"\ 666 "add %%"FF_REG_c", "FF_PTR_SIZE"*3(%%"FF_REG_a"); \n\t"\ 667 "add %%"FF_REG_c", "FF_PTR_SIZE"*2(%%"FF_REG_a"); \n\t"\ 668 "add %%"FF_REG_c", "FF_PTR_SIZE"*1(%%"FF_REG_a"); \n\t"\ 669 "add %%"FF_REG_c", (%%"FF_REG_a") \n\t" 681 "add"FF_OPSIZE" $"FF_PTR_SIZE"*2, %1 \n\t"\ 688 "add"FF_OPSIZE" $"FF_PTR_SIZE"*1, %1 \n\t"\ 694 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_ in inner_add_yblock_bw_8_obmc_16_bh_even_sse2() 693 inner_add_yblock_bw_8_obmc_16_bh_even_sse2(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8) inner_add_yblock_bw_8_obmc_16_bh_even_sse2() argument 741 inner_add_yblock_bw_16_obmc_32_sse2(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8) inner_add_yblock_bw_16_obmc_32_sse2() argument 827 inner_add_yblock_bw_8_obmc_16_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8) inner_add_yblock_bw_8_obmc_16_mmx() argument 838 inner_add_yblock_bw_16_obmc_32_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint8_t * * block, int b_w, x86_reg b_h, int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8) inner_add_yblock_bw_16_obmc_32_mmx() argument 855 ff_snow_inner_add_yblock_sse2(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8) ff_snow_inner_add_yblock_sse2() argument 869 ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8) ff_snow_inner_add_yblock_mmx() argument [all...] |
H A D | videodsp.asm | 35 add wq, mmsize ; w -= $mmsize 41 add srcq, src_strideq ; src += src_stride 43 add dstq, dst_strideq ; dst += dst_stride 70 add srcq, r7mp ; (r7mp = wmp) 71 add dstq, r7mp ; (r7mp = wmp) 103 add wq, mmsize/2 ; w -= $mmsize/2 107 add dstq, dst_strideq ; dst += dst_stride 291 add dstq, dst_strideq ; dst += linesize 299 add dstq, dst_strideq ; dst += dst_stride 300 add src [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TrieMap.java | 27 // would be nice to have a BytesTrieBuilder.add(aByte); 29 // can you store the same string twice, eg add(bytes1, value), add(bytes1, value)? What happens? If an error, 30 // should happen on add, not on build. 78 return result.add(key, value); in with() 81 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder 281 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder 289 intToValueTemp.add(value); in add() 294 intToValueTemp.add(value); in add() 307 builder.add(byte in add() 457 public CharsBuilder<V> add(CharSequence key, V value) { add() method in TrieMap.CharsBuilder [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | TrieMap.java | 26 // would be nice to have a BytesTrieBuilder.add(aByte); 28 // can you store the same string twice, eg add(bytes1, value), add(bytes1, value)? What happens? If an error, 29 // should happen on add, not on build. 77 return result.add(key, value); in with() 80 public abstract Builder<V> add(CharSequence key, V value); in add() method in TrieMap.Builder 280 public BytesBuilder<V> add(CharSequence key, V value) { in add() method in TrieMap.BytesBuilder 288 intToValueTemp.add(value); in add() 293 intToValueTemp.add(value); in add() 306 builder.add(byte in add() 456 public CharsBuilder<V> add(CharSequence key, V value) { add() method in TrieMap.CharsBuilder [all...] |
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 64 add \temp_reg, \mem1, \mem2 236 // add update_temp_reg, \probsArray, \probOffset 260 // add update_temp_reg, \probsArray, \probOffset 289 add update_temp_reg, \probsArray, \probOffset 371 add probs_PMULT, probs, PMULT 432 add prm, probs, 256 * PMULT + 1 * PMULT 450 add prm, probs, offs_R 471 add prm, probs, offs_R 501 add t1_R, probs, 3 * PMULT 517 add t1_ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 267 .add(I.getOperand(0)) in select() 268 .add(I.getOperand(1)) in select() 269 .add(I.getOperand(2)); in select() 292 .add(I.getOperand(1)) in select() 293 .add(I.getOperand(2)); in select() 308 .add(I.getOperand(0)) in select() 309 .add(I.getOperand(1)) in select() 310 .add(I.getOperand(2)); in select() 320 .add(I.getOperand(0)) in select() 321 .add( in select() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_test.py | 71 message_proto = file_proto.message_type.add( 73 message_proto.field.add( 78 enum_proto = message_proto.enum_type.add( 80 enum_proto.value.add(name='FOREIGN_FOO', number=4) 81 enum_proto.value.add(name='FOREIGN_BAR', number=5) 82 enum_proto.value.add(name='FOREIGN_BAZ', number=6) 84 file_proto.message_type.add(name='ResponseMessage') 85 service_proto = file_proto.service.add( 87 method_proto = service_proto.method.add( 953 message_type = file_descriptor_proto.message_type.add() [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | Counter.java | 65 public Counter<T> add(T obj, long countValue) { in add() method in Counter 135 count_key.add(new Entry<T>(map.get(key), key, counter++)); in getKeysetSortedByCount() 139 result.add(entry.value); in getKeysetSortedByCount() 182 add(key, delta); in addAll() 189 add(key, keys.getCount(key)); in addAll() 216 return add(key, 1); in increment()
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | dependencies.py | 90 files.add(file_name) 91 item_files.add(file_name) 116 _groups_to_be_defined.add(dep) 117 item_deps.add(dep) 122 exports.add(symbol) 158 libraries.add(name)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | Counter.java | 68 public Counter<T> add(T obj, long countValue) { in add() method in Counter 138 count_key.add(new Entry<T>(map.get(key), key, counter++)); in getKeysetSortedByCount() 142 result.add(entry.value); in getKeysetSortedByCount() 185 add(key, delta); in addAll() 192 add(key, keys.getCount(key)); in addAll() 219 return add(key, 1); in increment()
|
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_helper.sh | 43 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6 132 IFCONF_IN6_ARG="inet6 add" 174 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \ 182 tst_brk TBROK "unable to add device veth1 to the separate network namespace" 201 ip netns add $NS_HANDLE0 || \ 203 ip netns add $NS_HANDLE1 || \ 206 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \ 210 tst_brk TBROK "unable to add device veth1 to the separate network namespace" 245 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP0/$NETMASK dev veth0 || 247 $NS_EXEC $NS_HANDLE1 $NS_TYPE ip address add [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in HashRollingFunctionInitial() argument 34 return (uint32_t)(factor * state + FN(HashByte)(add)); in HashRollingFunctionInitial() 37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in HashRollingFunction() argument 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction() 170 uint8_t add = data[(pos + CHUNKLEN) & ring_buffer_mask]; in FindLongestMatch() local 174 self->state, add, rem, self->factor, self->factor_remove); in FindLongestMatch()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
H A D | deaddrop.js | 57 da.classList.add("trot"); 73 da.classList.add("trot"); 93 c1.classList.add("ogn"); 94 c1.classList.add("r"); 98 c1.classList.add("err"); 102 c2.classList.add("ogn"); 103 c2.classList.add("r"); 106 c3.classList.add("ogn"); 128 classList.add("err"); 288 dd.classList.add("nocon [all...] |
/third_party/libwebsockets/plugins/deaddrop/assets/ |
H A D | deaddrop.js | 57 da.classList.add("trot"); 73 da.classList.add("trot"); 93 c1.classList.add("ogn"); 94 c1.classList.add("r"); 98 c1.classList.add("err"); 102 c2.classList.add("ogn"); 103 c2.classList.add("r"); 106 c3.classList.add("ogn"); 128 classList.add("err"); 288 dd.classList.add("nocon [all...] |
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async_wait.c | 59 fdlookup->add = 1; in ASYNC_WAIT_CTX_set_wait_fd() 126 if (curr->del && !curr->add && (delfd != NULL)) { in ASYNC_WAIT_CTX_get_changed_fds() 130 if (curr->add && !curr->del && (addfd != NULL)) { in ASYNC_WAIT_CTX_get_changed_fds() 155 if (curr->add == 1) { in ASYNC_WAIT_CTX_clear_fd() 242 if (curr->add) { in async_wait_ctx_reset_counts() 243 curr->add = 0; in async_wait_ctx_reset_counts()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | cbc.pl | 145 &add($in, 8); 146 &add($out, 8); 161 &add($count,"edx"); 258 &add($in, 8); 259 &add($out, 8); 330 &add("esp",$total);
|
/third_party/openssl/crypto/async/ |
H A D | async_wait.c | 59 fdlookup->add = 1; in ASYNC_WAIT_CTX_set_wait_fd() 126 if (curr->del && !curr->add && (delfd != NULL)) { in ASYNC_WAIT_CTX_get_changed_fds() 130 if (curr->add && !curr->del && (addfd != NULL)) { in ASYNC_WAIT_CTX_get_changed_fds() 155 if (curr->add == 1) { in ASYNC_WAIT_CTX_clear_fd() 242 if (curr->add) { in async_wait_ctx_reset_counts() 243 curr->add = 0; in async_wait_ctx_reset_counts()
|