Searched defs:s10 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-align-mac68k.c86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1];
90 extern int a10_1[__alignof(struct s10) == 2 ? 1 : -1];
/external/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp41 T<e10> s10; variable
/external/v8/test/mjsunit/
H A Duri.js54 var s10 = String.fromCharCode(cc10); variable
65 assertEquals('%EE%80%80', encodeURI(s10));
78 assertEquals(cc10, decodeURI(encodeURI(s10)).charCodeAt(0));
/external/clang/test/CodeGen/
H A Dregparm-struct.c129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c);
135 struct s10 x = { 41 };
H A Dms_struct-bitfield.c148 int s10 = sizeof(t10); variable
149 // CHECK: @s10 = global i32 16
150 // CHECK-ARM: @s10 = global i32 8
H A Dx86_64-arguments-nacl.c50 struct s10 { int a; int b; int : 0; }; struct
51 void f10(struct s10 a0) {}
H A Darm-arguments.c61 struct s10 { int f0; int : 0; int : 0; }; struct
62 struct s10 f10(void) {}
H A Darm64-arguments.c47 struct s10 { int f0; int : 0; int : 0; }; struct
48 struct s10 f10(void) {}
H A Dx86_32-arguments-darwin.c66 struct s10 { struct
H A Dx86_64-arguments.c63 struct s10 { int a; int b; int : 0; }; struct
64 void f10(struct s10 a0) {}
/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin_cpp.hpp69 _Tp s8, _Tp s9, _Tp s10, _Tp s11,
74 s[8] = s8; s[9] = s9; s[10] = s10; s[11] = s11;
67 v_reg(_Tp s0, _Tp s1, _Tp s2, _Tp s3, _Tp s4, _Tp s5, _Tp s6, _Tp s7, _Tp s8, _Tp s9, _Tp s10, _Tp s11, _Tp s12, _Tp s13, _Tp s14, _Tp s15) argument
/external/gmock/test/
H A Dgmock-more-actions_test.cc176 const char* s10) {
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
225 const char* s10) {
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
H A Dgmock-generated-actions_test.cc159 const char* s10) {
160 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/google-breakpad/src/testing/test/
H A Dgmock-more-actions_test.cc176 const char* s10) {
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
225 const char* s10) {
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
H A Dgmock-generated-actions_test.cc159 const char* s10) {
160 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
387 x2 = fdct_round_shift(s2 + s10);
395 x10 = fdct_round_shift(s2 - s10);
413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
430 x10 = fdct_round_shift(s10 + s14);
434 x14 = fdct_round_shift(s10 - s14);
448 s10 = x10;
463 x8 = s8 + s10;
465 x10 = s8 - s10;
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
620 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
629 x2 = WRAPLOW(dct_const_round_shift(s2 + s10), 8);
637 x10 = WRAPLOW(dct_const_round_shift(s2 - s10), 8);
655 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
672 x10 = WRAPLOW(dct_const_round_shift(s10 + s14), 8);
676 x14 = WRAPLOW(dct_const_round_shift(s10 - s14), 8);
690 s10 = x10;
705 x8 = WRAPLOW(check_range(s8 + s10), 8);
707 x10 = WRAPLOW(check_range(s8 - s10),
1820 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1095 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
1104 x2 = dct_const_round_shift(s2 + s10);
1112 x10 = dct_const_round_shift(s2 - s10);
1130 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
1147 x10 = dct_const_round_shift(s10 + s14);
1151 x14 = dct_const_round_shift(s10 - s14);
1165 s10 = x10;
1180 x8 = s8 + s10;
1182 x10 = s8 - s10;
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c3789 int64_t s10 = 2097151 & (load_3(s + 26) >> 2); local
3829 s10 += s22 * 666643;
3838 s10 += s21 * 470296;
3847 s10 += s20 * 654183;
3856 s10 -= s19 * 997805;
3865 s10 += s18 * 136657;
3875 carry10 = (s10 + (1 << 20)) >> 21;
3877 s10 -= carry10 << 21;
3892 s10 += carry9;
3909 s10
4167 int64_t s10; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c30399 IRTemp s10 = newTemp(Ity_V128); local
31516 IRTemp s10 = newTemp(Ity_V128); local
[all...]

Completed in 1177 milliseconds