Home
last modified time | relevance | path

Searched refs:add (Results 126 - 150 of 5934) sorted by relevance

12345678910>>...238

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterProperty.java235 set.add(start); in addPropertyStarts()
1540 /* add the start code point of each same-value range of the main trie */ in addPropertyStarts()
1544 set.add(range.startCodePoint); in addPropertyStarts()
1547 /* add code points with hardcoded properties, plus the ones following them */ in addPropertyStarts()
1549 /* add for u_isblank() */ in addPropertyStarts()
1550 set.add(TAB); in addPropertyStarts()
1551 set.add(TAB+1); in addPropertyStarts()
1553 /* add for IS_THAT_CONTROL_SPACE() */ in addPropertyStarts()
1554 set.add(CR+1); /* range TAB..CR */ in addPropertyStarts()
1555 set.add( in addPropertyStarts()
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S25 # define ADDP add
30 # define ADDP add
101 add r25=r25,r24 };;
138 (p16) add r34=-2,r34
156 add r16=16,r10 };;
188 { .mmi; add h0=h0,i0
189 add h1=h1,i1
190 add h2=h2,r35 };;
194 { .mmi; (p6) add h1=1,h1;;
197 { .mmi; (p7) add h
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S25 # define ADDP add
30 # define ADDP add
101 add r25=r25,r24 };;
138 (p16) add r34=-2,r34
156 add r16=16,r10 };;
188 { .mmi; add h0=h0,i0
189 add h1=h1,i1
190 add h2=h2,r35 };;
194 { .mmi; (p6) add h1=1,h1;;
197 { .mmi; (p7) add h
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java364 if (unitCombo.getSelectedIndex() == 0) now.add(Calendar.MINUTE, value); in generateNextReportDate()
365 else if (unitCombo.getSelectedIndex() == 1) now.add(Calendar.HOUR, value); in generateNextReportDate()
366 else if (unitCombo.getSelectedIndex() == 2) now.add(Calendar.DATE, value); in generateNextReportDate()
378 if (then.getTime().compareTo(now.getTime()) <= 0) then.add(Calendar.DATE, 1); in generateNextReportDate()
391 else then.add(Calendar.DATE, 1); in generateNextReportDate()
882 statusPanel1.add(statusLabel); in initComponents()
883 statusPanel2.add(nextReportLabel); in initComponents()
884 statusPanel3.add(lastReportLabel); in initComponents()
885 statusPanel4.add(nowButton); in initComponents()
886 statusPanel4.add(Bo in initComponents()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl75 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
76 } else { $ADDP="add"; }
149 add lc=-5,num
160 add tp_1=8,sp }
179 (p40) add n[2]=n[2],a[2] } // (p23) }
182 (p42) add n[2]=n[2],a[2],1 };; // (p23)
196 add num=-1,num };; // num--
198 (p40) add n[0]=n[0],a[0]
199 (p42) add n[0]=n[0],a[0],1
206 (p39) add topbi
[all...]
H A Dbn-586.pl87 &add($a,32);
178 &add("eax",$c); # L(t)+= c
180 &add("eax",&DWP($i,$r)); # L(t)+= *r
204 &add("eax",$c); # L(t)+=c
206 &add("eax",&DWP($i*4,$r)); # L(t)+= *r
290 &add("eax",$c); # L(t)+=c
300 &add($a,32);
301 &add($r,32);
318 &add("eax",$c); # L(t)+=c
395 &add(
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl75 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
76 } else { $ADDP="add"; }
149 add lc=-5,num
160 add tp_1=8,sp }
179 (p40) add n[2]=n[2],a[2] } // (p23) }
182 (p42) add n[2]=n[2],a[2],1 };; // (p23)
196 add num=-1,num };; // num--
198 (p40) add n[0]=n[0],a[0]
199 (p42) add n[0]=n[0],a[0],1
206 (p39) add topbi
[all...]
H A Dbn-586.pl87 &add($a,32);
178 &add("eax",$c); # L(t)+= c
180 &add("eax",&DWP($i,$r)); # L(t)+= *r
204 &add("eax",$c); # L(t)+=c
206 &add("eax",&DWP($i*4,$r)); # L(t)+= *r
290 &add("eax",$c); # L(t)+=c
300 &add($a,32);
301 &add($r,32);
318 &add("eax",$c); # L(t)+=c
395 &add(
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DAboutDialog.java45 box.add(titleLabel); in initComponents()
46 box.add(versionLabel); in initComponents()
47 box.add(Box.createVerticalStrut(10)); in initComponents()
48 box.add(copyrightLabel); in initComponents()
49 box.add(Box.createVerticalStrut(5)); in initComponents()
50 box.add(contactLabel); in initComponents()
52 panel.add(box); in initComponents()
53 dialog.getContentPane().add(logoLabel, BorderLayout.WEST); in initComponents()
54 dialog.getContentPane().add(panel, BorderLayout.CENTER); in initComponents()
H A DBundleGroupCreationDialog.java90 box1.add(nameLabel); box1.add(nameField); in initComponents()
91 box2.add(commentLabel); box2.add(commentField); in initComponents()
92 box3.add(createButton); in initComponents()
93 box3.add(Box.createHorizontalStrut(5)); in initComponents()
94 box3.add(cancelButton); in initComponents()
126 mainBox.add(box1); in initComponents()
127 mainBox.add(Box.createVerticalStrut(5)); in initComponents()
128 mainBox.add(box in initComponents()
[all...]
H A DBundleGroupEditDialog.java94 box1.add(nameLabel); box1.add(nameField); in initComponents()
95 box2.add(commentLabel); box2.add(commentField); in initComponents()
96 box3.add(editButton); in initComponents()
97 box3.add(Box.createHorizontalStrut(5)); in initComponents()
98 box3.add(cancelButton); in initComponents()
128 mainBox.add(box1); in initComponents()
129 mainBox.add(Box.createVerticalStrut(5)); in initComponents()
130 mainBox.add(box in initComponents()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java142 container.add(foo); in addWithFont()
173 add(label1); in buildGUI()
174 add(DemoUtility.createSpacer()); in buildGUI()
187 topPanel.add(label); in buildGUI()
189 topPanel.add(calendars[i].text); in buildGUI()
199 topPanel.add(calendars[i].rollAdd); in buildGUI()
205 topPanel.add(label4); in buildGUI()
209 topPanel.add(patternText); in buildGUI()
210 topPanel.add(new Label("")); in buildGUI()
213 add(topPane in buildGUI()
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py199 seen.add(result)
264 is of a subtype that is tracked in its own set, add it to the relevant
270 self.mac_algorithms.add(name)
272 self.kdf_algorithms.add(name)
274 self.hash_algorithms.add(name)
276 self.mac_algorithms.add(name)
278 self.aead_algorithms.add(name)
280 self.ka_algorithms.add(name)
282 self.kdf_algorithms.add(name)
316 self.statuses.add(nam
[all...]
/third_party/skia/tests/
H A DPathOpsBuilderTest.cpp19 builder.add(result, kDifference_SkPathOp); in DEF_TEST()
23 builder.add(result, kUnion_SkPathOp); in DEF_TEST()
30 builder.add(rectPath, kUnion_SkPathOp); in DEF_TEST()
43 builder.add(rectPath, kUnion_SkPathOp); in DEF_TEST()
50 builder.add(rectPath, kDifference_SkPathOp); in DEF_TEST()
57 builder.add(rectPath, kUnion_SkPathOp); in DEF_TEST()
58 builder.add(rect2, kUnion_SkPathOp); in DEF_TEST()
59 builder.add(rect3, kUnion_SkPathOp); in DEF_TEST()
74 builder.add(circle1, kUnion_SkPathOp); in DEF_TEST()
75 builder.add(circle in DEF_TEST()
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dme_cmp_neon.S51 add v16.8h, v16.8h, v17.8h
52 uaddlv s16, v16.8h // add up everything in v16 accumulator
53 add d18, d16, d18 // add to the end result register
67 addv h16, v16.8h // add up v16
68 add d18, d16, d18 // add to result
82 add x5, x2, x3 // use x5 to hold uint8_t *pix3
115 add v23.8h, v2.8h, v30.8h // add u
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dcfhddsp.asm96 add tempq, xq
99 add tempq, xq
100 add tempq, 4
104 add tempq, xq
119 add tempq, xq
123 add tempq, 4
224 add xq, mmsize
228 add lowq, widthq
229 add highq, widthq
230 add output
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java71 result.singleUnits.add(singleUnit.copy()); in copy()
134 result.add(new MeasureUnitImplWithIndex(i++, new MeasureUnitImpl(singleUnit))); in extractIndividualUnitsWithIndices()
140 result.add(new MeasureUnitImplWithIndex(0, this.copy())); in extractIndividualUnitsWithIndices()
187 this.singleUnits.add(singleUnit.copy()); in appendSingleUnit()
446 trieBuilder.add(unitPrefix.getIdentifier(), getTrieIndexForPrefix(unitPrefix));
450 trieBuilder.add("-per-", CompoundPart.PER.getTrieIndex());
451 trieBuilder.add("-", CompoundPart.TIMES.getTrieIndex());
452 trieBuilder.add("-and-", CompoundPart.AND.getTrieIndex());
453 trieBuilder.add("per-", InitialCompoundPart.INITIAL_COMPOUND_PART_PER.getTrieIndex());
454 trieBuilder.add("squar
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_neon.S27 add r1, r1, r4, lsl #2 @ synth_buf
44 add r8, r9, #12*4
49 add r10, r9, #16*4 @ synth_buf
50 add r11, r8, #16*4
51 add r0, r5, #16*4 @ window
52 add r6, r5, #32*4
53 add r7, r5, #48*4
56 add r3, r3, #16*4
97 add r2, r2, #16*4
110 add r
[all...]
/third_party/ffmpeg/libavfilter/aarch64/
H A Dvf_nlmeans_neon.S27 add v24.4S, v24.4S, \x // XXXX+ABCD={X+A,X+B,X+C,X+D}
28 add v24.4S, v24.4S, v25.4S // {X+A,X+B+A,X+C+B,X+D+C} (+0ABC)
30 add v24.4S, v24.4S, v25.4S // {X+A,X+B+A,X+C+B+A,X+D+C+B} (+00AB)
32 add v24.4S, v24.4S, v25.4S // {X+A,X+B+A,X+C+B+A,X+D+C+B+A} (+000A)
61 add v0.4S, v0.4S, v4.4S // + d[x + 0..3]^2
62 add v1.4S, v1.4S, v5.4S // + d[x + 4..7]^2
65 add v2.4S, v2.4S, v6.4S // + d[x + 8..11]^2
66 add v3.4S, v3.4S, v7.4S // + d[x + 12..15]^2
73 add x2, x2, x3 // skip to next line (s1)
74 add x
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_threshold.asm50 add wq, wq ; w *= 2 (16 bits instead of 8)
52 add inq, wq
53 add thresholdq, wq
54 add minq, wq
55 add maxq, wq
56 add outq, wq
71 add xq, mmsize
74 add inq, ilinesizeq
75 add thresholdq, tlinesizeq
76 add min
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinferFromGenericFunctionReturnTypes1.js8 add(a: A) {
35 a.forEach(x => b.add(fn(x)));
44 if (predicate(x)) result.add(x);
51 testSet.add(1);
52 testSet.add(2);
53 testSet.add(3);
80 SetOf.prototype.add = function (a) {
102 a.forEach(function (x) { return b.add(fn(x)); });
111 result.add(x);
117 testSet.add(
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl52 # those with add/sub results in 50% performance improvement of folded
194 add $TX[0]#b,$YY#b
198 add $TY#b,$TX[0]#b
215 add \$8,$XX[1]#b
218 add $TX[0]#b,$YY#b
224 add $TX[0]#b,$TY#b
230 add \$8,$XX[0]#b
252 add $TX[0]#b,$YY#b
256 add $TY#b,$TX[0]#b
278 $code.=" add \
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl52 # those with add/sub results in 50% performance improvement of folded
194 add $TX[0]#b,$YY#b
198 add $TY#b,$TX[0]#b
215 add \$8,$XX[1]#b
218 add $TX[0]#b,$YY#b
224 add $TX[0]#b,$TY#b
230 add \$8,$XX[0]#b
252 add $TX[0]#b,$YY#b
256 add $TY#b,$TX[0]#b
278 $code.=" add \
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl99 "&add (@x[$a0],@x[$a0],@x[$b0])",
101 "&add (@x[$a1],@x[$a1],@x[$b1])",
106 "&add ($xc,$xc,$xd)",
108 "&add ($xc_,$xc_,$xd_)",
113 "&add (@x[$a0],@x[$a0],@x[$b0])",
115 "&add (@x[$a1],@x[$a1],@x[$b1])",
120 "&add ($xc,$xc,$xd)",
126 "&add ($xc_,$xc_,$xd_)",
140 "&add (@x[$a2],@x[$a2],@x[$b2])",
144 "&add (
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl99 "&add (@x[$a0],@x[$a0],@x[$b0])",
101 "&add (@x[$a1],@x[$a1],@x[$b1])",
106 "&add ($xc,$xc,$xd)",
108 "&add ($xc_,$xc_,$xd_)",
113 "&add (@x[$a0],@x[$a0],@x[$b0])",
115 "&add (@x[$a1],@x[$a1],@x[$b1])",
120 "&add ($xc,$xc,$xd)",
126 "&add ($xc_,$xc_,$xd_)",
140 "&add (@x[$a2],@x[$a2],@x[$b2])",
144 "&add (
[all...]

Completed in 14 milliseconds

12345678910>>...238