Searched defs:s11 (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-align-mac68k.c92 struct s11 { struct
96 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
97 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1];
98 extern int a11_2[sizeof(struct s11) == 10 ? 1 : -1];
99 extern int a11_3[__alignof(struct s11) == 2 ? 1 : -1];
/external/clang/test/CodeGen/
H A Dregparm-struct.c139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b);
146 struct s11 x = { 41, 42 };
H A Dms_struct-bitfield.c159 int s11 = sizeof(t11); variable
160 // CHECK: @s11 = global i32 12
161 // CHECK-ARM: @s11 = global i32 12
H A Darm-arguments.c65 // APCS-GNU: struct.s11* noalias sret
67 struct s11 { int : 0; int f0; }; struct
68 struct s11 f11(void) {}
H A Darm64-arguments.c51 struct s11 { int : 0; int f0; }; struct
52 struct s11 f11(void) {}
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc348 const StringHolder& s11) {
352 s9.Length() + s10.Length() + s11.Length());
363 result += s11;
373 const StringHolder& s11, const StringHolder& s12) {
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
388 result += s11;
343 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) argument
368 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) argument
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h136 uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11)
138 s0 += data[0]; s2 ^= s10; s11 ^= s0; s0 = Rot64(s0,11); s11 += s1;
139 s1 += data[1]; s3 ^= s11; s0 ^= s1; s1 = Rot64(s1,32); s0 += s2;
147 s9 += data[9]; s11 ^= s7; s8 ^= s9; s9 = Rot64(s9,54); s8 += s10;
148 s10 += data[10]; s0 ^= s8; s9 ^= s10; s10 = Rot64(s10,22); s9 += s11;
149 s11 += data[11]; s1 ^= s9; s10 ^= s11; s11 = Rot64(s11,4
132 Mix( const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) argument
[all...]
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp144 SkPMColor s11 = *src.getAddr32(x1, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
964 x3 = dct_const_round_shift(s3 + s11);
972 x11 = dct_const_round_shift(s3 - s11);
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1025 s11 = x11;
1040 x9 = s9 + s11;
1042 x11 = s9 - s11;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
880 x3 = fdct_round_shift(s3 + s11);
888 x11 = fdct_round_shift(s3 - s11);
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
923 x11 = fdct_round_shift(s11 + s15);
927 x15 = fdct_round_shift(s11 - s15);
941 s11 = x11;
956 x9 = s9 + s11;
958 x11 = s9 - s11;
[all...]
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp412 S1 s11; local
413 callee1(s11);
415 s12 = s11;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
964 x3 = dct_const_round_shift(s3 + s11);
972 x11 = dct_const_round_shift(s3 - s11);
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1025 s11 = x11;
1040 x9 = s9 + s11;
1042 x11 = s9 - s11;
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
688 x3 = dct_const_round_shift(s3 + s11);
696 x11 = dct_const_round_shift(s3 - s11);
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
735 x15 = dct_const_round_shift(s11 - s15);
749 s11 = x11;
764 x9 = s9 + s11;
766 x11 = s9 - s11;
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
839 x3 = fdct_round_shift(s3 + s11);
847 x11 = fdct_round_shift(s3 - s11);
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
886 x15 = fdct_round_shift(s11 - s15);
900 s11 = x11;
915 x9 = s9 + s11;
917 x11 = s9 - s11;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
724 x3 = dct_const_round_shift(s3 + s11);
732 x11 = dct_const_round_shift(s3 - s11);
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
767 x11 = dct_const_round_shift(s11 + s15);
771 x15 = dct_const_round_shift(s11 - s15);
785 s11 = x11;
800 x9 = s9 + s11;
802 x11 = s9 - s11;
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h340 const SwVfpRegister s11 = { 11 }; member in namespace:v8::internal
/external/chromium_org/ui/views/
H A Dview_unittest.cc443 int s11 = vs->CreateStorageID(); local
444 vs->StoreView(s11, v11);
498 EXPECT_EQ(NULL, vs->RetrieveView(s11));
513 EXPECT_EQ(NULL, vs->RetrieveView(s11));
/external/opencv/cv/src/
H A Dcvhistogram.cpp457 double s1 = 0, s11 = 0; local
469 s11 += a*a;
475 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
554 double s1 = 0, s11 = 0; local
571 s11 += v1*v1;
583 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
/external/vixl/test/
H A Dtest-assembler-a64.cc4404 __ Fmov(s11, 1.0);
4416 ASSERT_EQUAL_FP32(1.0, s11);
5575 __ Frinta(s11, s27);
5617 ASSERT_EQUAL_FP32(-0.0, s11);
5663 __ Frintm(s11, s27);
5705 ASSERT_EQUAL_FP32(-1.0, s11);
5751 __ Frintn(s11, s27);
5793 ASSERT_EQUAL_FP32(-0.0, s11);
5992 __ Fcvt(s11, d27);
6011 ASSERT_EQUAL_FP32(FLT_MAX, s11);
9308 ASSERT_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc5128 __ Fmov(s11, 1.0);
5140 CHECK_EQUAL_FP32(1.0, s11);
6319 __ Frinta(s11, s27);
6361 CHECK_EQUAL_FP32(-0.0, s11);
6408 __ Frintm(s11, s27);
6450 CHECK_EQUAL_FP32(-1.0, s11);
6497 __ Frintn(s11, s27);
6539 CHECK_EQUAL_FP32(-0.0, s11);
9829 CHECK(!test.IncludesAliasOf(s11));
10467 __ Fmov(s11, s1
10718 CHECK_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c29799 IRTemp s11 = newTemp(Ity_V128); local
30916 IRTemp s11 = newTemp(Ity_V128); local
[all...]

Completed in 2190 milliseconds