/external/clang/test/Sema/ |
H A D | pragma-align-mac68k.c | 86 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 D | p3-0x.cpp | 41 T<e10> s10; variable
|
/external/v8/test/mjsunit/ |
H A D | uri.js | 54 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 D | regparm-struct.c | 129 struct s10 { struct 132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c); 135 struct s10 x = { 41 };
|
H A D | ms_struct-bitfield.c | 148 int s10 = sizeof(t10); variable 149 // CHECK: @s10 = global i32 16 150 // CHECK-ARM: @s10 = global i32 8
|
H A D | x86_64-arguments-nacl.c | 50 struct s10 { int a; int b; int : 0; }; struct 51 void f10(struct s10 a0) {}
|
H A D | arm-arguments.c | 61 struct s10 { int f0; int : 0; int : 0; }; struct 62 struct s10 f10(void) {}
|
H A D | arm64-arguments.c | 47 struct s10 { int f0; int : 0; int : 0; }; struct 48 struct s10 f10(void) {}
|
H A D | x86_32-arguments-darwin.c | 66 struct s10 { struct
|
H A D | x86_64-arguments.c | 63 struct s10 { int a; int b; int : 0; }; struct 64 void f10(struct s10 a0) {}
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
H A D | intrin_cpp.hpp | 69 _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 D | gmock-more-actions_test.cc | 176 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 D | gmock-generated-actions_test.cc | 159 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 D | gmock-more-actions_test.cc | 176 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 D | gmock-generated-actions_test.cc | 159 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 D | vp9_dct.c | 348 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 D | inv_txfm.c | 581 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 D | itrans16_dspr2.c | 1056 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 D | simulator-arm.h | 119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
/external/boringssl/src/crypto/curve25519/ |
H A D | curve25519.c | 3789 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 D | guest_amd64_toIR.c | 30399 IRTemp s10 = newTemp(Ity_V128); local 31516 IRTemp s10 = newTemp(Ity_V128); local [all...] |