/third_party/ffmpeg/libavcodec/x86/ |
H A D | alacdsp.asm | 40 add buf1q, lenq 41 add buf0q, lenq 63 add lenq, mmsize*2 76 add buf1q, lenq 77 add buf0q, lenq 78 add exbuf1q, lenq 79 add exbuf0q, lenq 101 add lenq, mmsize*2 116 add bufq, lenq 117 add exbuf [all...] |
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 50 add.f r0.x, r2.x, r2.y 56 add.f r0.x, r0.x, r0.y 67 add.f r0.x, r0.x, c0.x 72 (rpt1)add.f r0.x, (r)r0.x, (r)c0.x 76 (rpt1)add.f r0.x, (r)r0.x, (r)c0.x 81 (rpt1)add.f r0.x, (r)r0.x, (r)c0.x 85 add.f r0.x, r0.x, c0.x 89 add.f r0.x, r0.x, r0.y 93 (rpt1)add.f r0.x, (r)r0.x, c0.x 97 (rpt1)add [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ |
H A D | ppccpuid.s | 110 add 0,4,5 221 add 6,6,8 230 add 6,6,8 257 add 6,6,8 268 add 6,6,8 286 add 3,3,6 311 add 6,6,8 320 add 6,6,8 347 add 6,6,8 358 add [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ |
H A D | ppccpuid.s | 110 add 0,4,5 221 add 6,6,8 230 add 6,6,8 257 add 6,6,8 268 add 6,6,8 286 add 3,3,6 311 add 6,6,8 320 add 6,6,8 347 add 6,6,8 358 add [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | synth_filter_vfp.S | 127 add a2, ORIG_P_SB, lr, lsl #2 @ calculate synth_buf to pass to imdct_half 146 #define IMM_OFF_SKEW 956 /* also valid immediate constant when you add 16*4 */ 147 add P_SB, P_SB, #IMM_OFF_SKEW @ so we can use -ve offsets to use full immediate offset range 148 add P_SB2_UP, P_SB2_DN, #16*4 149 add P_WIN_UP, P_WIN_DN, #16*4+IMM_OFF_SKEW 150 add P_OUT_UP, P_OUT_DN, #16*4 151 add P_SB2_DN, P_SB2_DN, #16*4 152 add P_WIN_DN, P_WIN_DN, #12*4+IMM_OFF_SKEW 153 add P_OUT_DN, P_OUT_DN, #16*4 165 add P_WIN_U [all...] |
H A D | sbrdsp_neon.S | 25 add r1, r0, # 64*4 26 add r2, r0, #128*4 27 add r3, r0, #192*4 28 add lr, r0, #256*4 80 add r1, r0, #60*4 81 add r2, r0, #64*4 122 add r2, r1, #60*4 151 add r1, r1, #60*4 152 add r2, r0, #62*4 170 add r [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-thumb.pl | 42 $K="r8"; # "upper" registers can be used in add/sub and mov insns 52 add $e,$K @ E+=K_xx_xx 54 add $t2,$e 56 add $t2,$e @ E+=ROR(A,27) 57 add $t2,$t1 @ E+=X[i] 68 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D) 119 add r3,pc,#1 136 add $len,$inp @ $len to point at inp end 153 add $t1,#4 224 add [all...] |
H A D | sha512-sparcv9.pl | 189 add $tmp31,32,$tmp0 196 add $h,$tmp2,$T1 206 add $tmp31,32,$tmp0 215 add $h,$tmp2,$T1 250 add $tmp2,$T1,$T1 253 add $tmp0,$T1,$T1 268 add $tmp2,$T1,$T1 ! +=K[$i] 269 add $tmp1,$h,$h 271 add $T1,$d,$d 272 add [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-thumb.pl | 42 $K="r8"; # "upper" registers can be used in add/sub and mov insns 52 add $e,$K @ E+=K_xx_xx 54 add $t2,$e 56 add $t2,$e @ E+=ROR(A,27) 57 add $t2,$t1 @ E+=X[i] 68 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D) 119 add r3,pc,#1 136 add $len,$inp @ $len to point at inp end 153 add $t1,#4 224 add [all...] |
H A D | sha512-sparcv9.pl | 189 add $tmp31,32,$tmp0 196 add $h,$tmp2,$T1 206 add $tmp31,32,$tmp0 215 add $h,$tmp2,$T1 250 add $tmp2,$T1,$T1 253 add $tmp0,$T1,$T1 268 add $tmp2,$T1,$T1 ! +=K[$i] 269 add $tmp1,$h,$h 271 add $T1,$d,$d 272 add [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 93 let phdr = &*pt.add(i as usize); in init_from_sysinfo_ehdr() 142 let d = &*dyn_.add(i); in init_from_sysinfo_ehdr() 184 vdso.nbucket = *hash.add(0); in init_from_sysinfo_ehdr() 185 //vdso.nchain = *hash.add(1); in init_from_sysinfo_ehdr() 186 vdso.bucket = hash.add(2); in init_from_sysinfo_ehdr() 187 vdso.chain = hash.add(vdso.nbucket as usize + 2); in init_from_sysinfo_ehdr() 241 .add((*def).vd_next as usize) in match_version() 247 .add((*def).vd_aux as usize) in match_version() 250 && (name == CStr::from_ptr(self.symstrings.add(aux.vda_name as usize).cast())) in match_version() 260 let mut chain = *self.bucket.add((name_has [all...] |
/third_party/skia/src/effects/ |
H A D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter() argument 22 if (0 == (add & ~opaqueAlphaMask)) { in MakeLightingFilter() 31 matrix.postTranslate(byte_to_unit_float(SkColorGetR(add)), in MakeLightingFilter() 32 byte_to_unit_float(SkColorGetG(add)), in MakeLightingFilter() 33 byte_to_unit_float(SkColorGetB(add)), in MakeLightingFilter()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_maskedmerge.asm | 50 add bsrcq, wq 51 add osrcq, wq 52 add msrcq, wq 53 add dstq, wq 75 add xq, mmsize / 2 78 add bsrcq, blinesizeq 79 add osrcq, olinesizeq 80 add msrcq, mlinesizeq 81 add dstq, dlinesizeq
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | diagnostic.h | 105 void add(Diagnostic&& diag) { in add() function in tint::diag::List 114 void add(const List& list) { in add() function in tint::diag::List 116 add(std::move(diag)); in add() 132 add(std::move(note)); in add_note() 147 add(std::move(warning)); in add_warning() 158 add(std::move(error)); in add_error() 171 add(std::move(error)); in add_error() 190 add(std::move(error)); in add_error() 205 add(std::move(ice)); in add_ice()
|
/third_party/skia/tests/ |
H A D | HashTest.cpp | 135 set.add(SkString("Hello")); in DEF_TEST() 136 set.add(SkString("World")); in DEF_TEST() 244 set.add(copyCounter1); in DEF_TEST() 248 set.add(copyCounter1); in DEF_TEST() 252 set.add(copyCounter2); in DEF_TEST() 257 set.add(copyCounter1); in DEF_TEST() 258 set.add(copyCounter2); in DEF_TEST() 294 s.add(1); check_count_cap(1,4); in DEF_TEST() 295 s.add(2); check_count_cap(2,4); in DEF_TEST() 296 s.add( in DEF_TEST() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 267 add %rax,$lo0 # discarded 277 add %rax,$hi1 280 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 288 add %rax,$hi0 299 add %rax,$hi1 301 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 308 add $hi0,$hi1 352 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 360 add %rax,$lo0 # discarded 371 add [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 267 add %rax,$lo0 # discarded 277 add %rax,$hi1 280 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 288 add %rax,$hi0 299 add %rax,$hi1 301 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 308 add $hi0,$hi1 352 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 360 add %rax,$lo0 # discarded 371 add [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberSkeletonImpl.java | 38 // NOTE: For an example of how to add a new stem to the number skeleton parser, see: // 149 b.add("compact-short", StemEnum.STEM_COMPACT_SHORT.ordinal()); in buildStemTrie() 150 b.add("compact-long", StemEnum.STEM_COMPACT_LONG.ordinal()); in buildStemTrie() 151 b.add("scientific", StemEnum.STEM_SCIENTIFIC.ordinal()); in buildStemTrie() 152 b.add("engineering", StemEnum.STEM_ENGINEERING.ordinal()); in buildStemTrie() 153 b.add("notation-simple", StemEnum.STEM_NOTATION_SIMPLE.ordinal()); in buildStemTrie() 154 b.add("base-unit", StemEnum.STEM_BASE_UNIT.ordinal()); in buildStemTrie() 155 b.add("percent", StemEnum.STEM_PERCENT.ordinal()); in buildStemTrie() 156 b.add("permille", StemEnum.STEM_PERMILLE.ordinal()); in buildStemTrie() 157 b.add("precisio in buildStemTrie() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBProjectItemPanel.java | 100 commentPanel.add(commentLabel2); in initComponents() 101 commentPanel.add(commentLabel); in initComponents() 102 topPanel.add(titleLabel); in initComponents() 103 topPanel.add(commentPanel); in initComponents() 109 centerPanel.add(scrollPane, BorderLayout.NORTH); in initComponents() 114 botPanel.add(commitButton); in initComponents() 115 add(topPanel, BorderLayout.NORTH); in initComponents() 116 add(centerPanel, BorderLayout.CENTER); in initComponents() 117 add(botPanel, BorderLayout.SOUTH); in initComponents() 173 bundlePanel.add(itemLabel in updateComponents() [all...] |
H A D | RBManagerGUI.java | 210 jPanelBottom.add(jSplitPaneMain, BorderLayout.CENTER); in initComponents() 219 getContentPane().add(jPanelBottom, BorderLayout.CENTER); in initComponents() 593 popupMenu.add(saveItem); in mousePopup() 595 popupMenu.add(hideItem); in mousePopup() 596 popupMenu.add(deleteItem); in mousePopup() 617 popupMenu.add(newItem); in mousePopup() 618 popupMenu.add(openItem); in mousePopup() 619 popupMenu.add(saveItem); in mousePopup() 631 popupMenu.add(newItem); in mousePopup() 632 popupMenu.add(openIte in mousePopup() [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 158 .forEach(a -> icuData.add(RB_TRANSLITERATOR_IDS.extendBy(a, "alias"), id)); in writeRootIndexEntry() 160 icuData.add(rbPrefix.extendBy("resource:process(transliterator)"), filename); in writeRootIndexEntry() 161 icuData.add(rbPrefix.extendBy("direction"), "FORWARD"); in writeRootIndexEntry() 166 .forEach(a -> icuData.add(RB_TRANSLITERATOR_IDS.extendBy(a, "alias"), id)); in writeRootIndexEntry() 168 icuData.add(rbPrefix.extendBy("resource:process(transliterator)"), filename); in writeRootIndexEntry() 169 icuData.add(rbPrefix.extendBy("direction"), "REVERSE"); in writeRootIndexEntry() 177 icuData.add(RbPath.of("TransliteratorNamePattern"), "{0,choice,0#|1#{1}|2#{1}-{2}}"); in addSpecialCaseValues() 182 icuData.add(RbPath.of("\"%Translit%Hex\""), "%Translit%Hex"); in addSpecialCaseValues() 183 icuData.add(RbPath.of("\"%Translit%UnicodeName\""), "%Translit%UnicodeName"); in addSpecialCaseValues() 184 icuData.add(RbPat in addSpecialCaseValues() [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_validate.c | 96 if (inst->alu.add.op != V3D_QPU_A_NOP && in qpu_magic_waddr_matches() 97 inst->alu.add.magic_write && in qpu_magic_waddr_matches() 98 predicate(inst->alu.add.waddr)) in qpu_magic_waddr_matches() 154 if (inst->alu.add.op != V3D_QPU_A_NOP) { in qpu_validate_inst() 155 if (inst->alu.add.magic_write) { in qpu_validate_inst() 157 inst->alu.add.waddr)) { in qpu_validate_inst() 160 if (v3d_qpu_magic_waddr_is_sfu(inst->alu.add.waddr)) in qpu_validate_inst() 162 if (v3d_qpu_magic_waddr_is_vpm(inst->alu.add.waddr)) in qpu_validate_inst() 164 if (v3d_qpu_magic_waddr_is_tlb(inst->alu.add.waddr)) in qpu_validate_inst() 166 if (v3d_qpu_magic_waddr_is_tsy(inst->alu.add in qpu_validate_inst() [all...] |
/third_party/ltp/testcases/network/stress/ipsec/ |
H A D | ipsec_lib.sh | 190 TST_RTNL_CHK ip xfrm state add src $src dst $dst spi $spi_1 \ 192 ROD ip xfrm state add src $dst dst $src spi $spi_2 \ 195 ROD ip xfrm policy add src $src dst $dst dir out tmpl src $src \ 197 ROD ip xfrm policy add src $dst dst $src dir in tmpl src $dst \ 202 tst_rhost_run -s -c "ip xfrm state add src $src dst $dst \ 204 tst_rhost_run -s -c "ip xfrm state add src $dst dst $src \ 207 tst_rhost_run -s -c "ip xfrm policy add src $src dst $dst \ 209 tst_rhost_run -s -c "ip xfrm policy add src $dst dst $src dir \ 240 ip link add type vti help 2>&1 | grep -q vti || \ 252 TST_RTNL_CHK ip link add [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | inline_base0.c | 1 static inline int add(int a, int b) in add() function 8 return add(x, y); in foo0() 13 return add(x, 1); in foo1() 18 return add(1, 2); in foo2() 29 add.32 %r5 <- %arg1, %arg2 30 # call %r6 <- add, %r1, %r2 37 add.32 %r10 <- %arg1, $1 38 # call %r11 <- add, %r8, $1 45 # call %r13 <- add, $1, $2
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typedGenericPrototypeMember.js | 3 add(item: T) { } 6 List.prototype.add("abc"); // Valid because T is instantiated to any 13 List.prototype.add = function (item) { };
16 List.prototype.add("abc"); // Valid because T is instantiated to any
|