Home
last modified time | relevance | path

Searched refs:s10 (Results 1 - 25 of 64) sorted by relevance

123

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc209 const StringHolder& s9, const StringHolder& s10, in StrCat()
211 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11); in StrCat()
218 const StringHolder& s9, const StringHolder& s10, in StrCat()
220 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12); in StrCat()
227 const StringHolder& s9, const StringHolder& s10, in StrCat()
230 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
238 const StringHolder& s9, const StringHolder& s10, in StrCat()
241 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
249 const StringHolder& s9, const StringHolder& s10, in StrCat()
253 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s1 in StrCat()
205 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) StrCat() argument
214 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) StrCat() argument
223 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12, const StringHolder& s13) StrCat() argument
234 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12, const StringHolder& s13, const StringHolder& s14) StrCat() argument
245 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12, const StringHolder& s13, const StringHolder& s14, const StringHolder& s15) StrCat() argument
257 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12, const StringHolder& s13, const StringHolder& s14, const StringHolder& s15, const StringHolder& s16) StrCat() argument
[all...]
H A Dstringutil.h141 const StringHolder& s9, const StringHolder& s10,
148 const StringHolder& s9, const StringHolder& s10,
155 const StringHolder& s9, const StringHolder& s10,
163 const StringHolder& s9, const StringHolder& s10,
171 const StringHolder& s9, const StringHolder& s10,
180 const StringHolder& s9, const StringHolder& s10,
/third_party/vixl/test/aarch64/
H A Dtest-disasm-fp-aarch64.cc84 COMPARE(frint32x(s10, s11), "frint32x s10, s11"); in TEST()
88 COMPARE(frint32z(s10, s11), "frint32z s10, s11"); in TEST()
92 COMPARE(frint64x(s10, s11), "frint64x s10, s11"); in TEST()
96 COMPARE(frint64z(s10, s11), "frint64z s10, s11"); in TEST()
100 COMPARE(frinta(s10, s11), "frinta s10, s1 in TEST()
[all...]
/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_vfp.S143 vmul.f s26, s2, s10
151 vmul.f s10, s18, s10
159 vmla.f s10, s2, s22
164 vstmdb DST1!, {s10}
206 vstmdb DST1!, {s10}
215 vldmia SRC0!, {s10-s11}
250 vstmdb DST1!, {s10}
289 vmul.f32 s10, s1, s10
[all...]
/third_party/typescript/tests/baselines/reference/
H A DpromisePermutations.js147 var s10 = testFunction10P(x => x); variable
148 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
149 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
150 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
151 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
152 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
153 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
154 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; }); variable
261 var s10a = s10
[all...]
H A DpromisePermutations2.js146 var s10 = testFunction10P(x => x); variable
147 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
148 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
149 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
150 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
151 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
152 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
153 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; }); variable
261 var s10a = s10
[all...]
H A DpromisePermutations3.js146 var s10 = testFunction10P(x => x); variable
147 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
148 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
149 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
150 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
151 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
152 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
153 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; }); variable
261 var s10a = s10
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dfmtconvert_vfp.S84 vcvt.f32.s32 s10, s10
135 vcvt.f32.s32 s10, s10
169 vcvt.f32.s32 s10, s10
205 vcvt.f32.s32 s10, s10
H A Dfft_vfp.S58 vldr d5, [a1, #3*2*4] @ s10,s11 = z[3]
62 vadd.f s14, s2, s10 @ i2
66 vsub.f s10, s2, s10 @ i6
74 vadd.f s7, s9, s10 @ z[3].im
75 vsub.f s3, s9, s10 @ z[1].im
263 vadd.f s7, s15, s10
385 vstr d5, [\z1, #8*o1-8*2] @ s10,s11
397 vldr d5, [\z3, #8*o3] @ s10,s11
420 vsub.f s0, s10, s1
[all...]
H A Dmdct_vfp.S75 vstr s10, [J2]
113 vstr s10, [J2]
163 vstr s10, [OUT, #out_hi_tail*4]
212 vstr s10, [OUT_HI, #-\out_offset_tail-16]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4677 s10 += s22 * 666643; in x25519_sc_reduce()
4686 s10 += s21 * 470296; in x25519_sc_reduce()
4695 s10 += s20 * 654183; in x25519_sc_reduce()
4704 s10 -= s19 * 997805; in x25519_sc_reduce()
4713 s10 += s18 * 136657; in x25519_sc_reduce()
4723 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4725 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4740 s10 += carry9; in x25519_sc_reduce()
4757 s10 in x25519_sc_reduce()
5018 int64_t s10; sc_muladd() local
[all...]
/third_party/openssl/crypto/ec/
H A Dcurve25519.c4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4677 s10 += s22 * 666643; in x25519_sc_reduce()
4686 s10 += s21 * 470296; in x25519_sc_reduce()
4695 s10 += s20 * 654183; in x25519_sc_reduce()
4704 s10 -= s19 * 997805; in x25519_sc_reduce()
4713 s10 += s18 * 136657; in x25519_sc_reduce()
4723 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4725 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4740 s10 += carry9; in x25519_sc_reduce()
4757 s10 in x25519_sc_reduce()
5018 int64_t s10; sc_muladd() local
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c4627 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4667 s10 += s22 * 666643; in x25519_sc_reduce()
4676 s10 += s21 * 470296; in x25519_sc_reduce()
4685 s10 += s20 * 654183; in x25519_sc_reduce()
4694 s10 -= s19 * 997805; in x25519_sc_reduce()
4703 s10 += s18 * 136657; in x25519_sc_reduce()
4713 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4715 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4730 s10 += carry9; in x25519_sc_reduce()
4747 s10 in x25519_sc_reduce()
5008 int64_t s10; sc_muladd() local
[all...]
/third_party/ffmpeg/tests/
H A Drotozoom.c73 int s10 = src[( int_x & 255) + 256 * ((int_y + 1) & 255)]; in ipol() local
76 int s1 = (((1 << 16) - frac_x) * s10 + frac_x * s11) >> 8; in ipol()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
121 $j=$s10;
162 $REG_S $s10,($FRAMESIZE-3)*$SZREG($sp)
412 $REG_L $s10,($FRAMESIZE-3)*$SZREG($sp)
/third_party/openssl/crypto/bn/asm/
H A Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
121 $j=$s10;
162 $REG_S $s10,($FRAMESIZE-3)*$SZREG($sp)
412 $REG_L $s10,($FRAMESIZE-3)*$SZREG($sp)
/third_party/musl/src/setjmp/riscv64/
H A Dlongjmp.S20 ld s10, 80(a0)
H A Dsetjmp.S20 sd s10, 80(a0)
/third_party/musl/src/setjmp/riscv32/
H A Dlongjmp.S20 lw s10, 40(a0)
H A Dsetjmp.S20 sw s10, 40(a0)
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dreglist-riscv64.h35 s10, // s10
/third_party/libunwind/libunwind/src/riscv/
H A Dsetcontext.S76 LOAD s10, REG(26)
H A Dgetcontext.S58 STORE s10, REG(26)
/third_party/ffmpeg/libavfilter/
H A Dvf_rotate.c240 int s10 = src[src_linestep * int_x + i + src_linesize * int_y1]; in interpolate_bilinear8() local
243 int s1 = (((1<<16) - frac_x)*s10 + frac_x*s11); in interpolate_bilinear8()
270 int s10 = AV_RL16(&src[src_linestep * int_x + i + src_linesize * int_y1]); in interpolate_bilinear16() local
273 int s1 = (((1<<16) - frac_x)*s10 + frac_x*s11); in interpolate_bilinear16()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-mips.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
363 $REG_S $s10,($FRAMESIZE-4)*$SZREG($sp)
441 $REG_L $s10,($FRAMESIZE-4)*$SZREG($sp)

Completed in 29 milliseconds

123