Searched defs:s10 (Results 1 - 22 of 22) 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/chromium_org/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/CXX/expr/expr.const/
H A Dp3-0x.cpp41 T<e10> s10; variable
/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 Dx86_64-arguments.c59 struct s10 { int a; int b; int : 0; }; struct
60 void f10(struct s10 a0) {}
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
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc347 const StringHolder& s9, const StringHolder& s10,
352 s9.Length() + s10.Length() + s11.Length());
362 result += s10;
372 const StringHolder& s9, const StringHolder& s10,
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
387 result += s10;
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;
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9;
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,46); s10
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.cpp139 SkPMColor s10 = *src.getAddr32(x1, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
/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
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
963 x2 = dct_const_round_shift(s2 + s10);
971 x10 = dct_const_round_shift(s2 - s10);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1010 x14 = dct_const_round_shift(s10 - s14);
1024 s10 = x10;
1039 x8 = s8 + s10;
1041 x10 = s8 - s10;
[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
870 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
879 x2 = fdct_round_shift(s2 + s10);
887 x10 = fdct_round_shift(s2 - s10);
905 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
922 x10 = fdct_round_shift(s10 + s14);
926 x14 = fdct_round_shift(s10 - s14);
940 s10 = x10;
955 x8 = s8 + s10;
957 x10 = s8 - s10;
[all...]
/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
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
963 x2 = dct_const_round_shift(s2 + s10);
971 x10 = dct_const_round_shift(s2 - s10);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1010 x14 = dct_const_round_shift(s10 - s14);
1024 s10 = x10;
1039 x8 = s8 + s10;
1041 x10 = s8 - s10;
[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
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
687 x2 = dct_const_round_shift(s2 + s10);
695 x10 = dct_const_round_shift(s2 - s10);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
730 x10 = dct_const_round_shift(s10 + s14);
734 x14 = dct_const_round_shift(s10 - s14);
748 s10 = x10;
763 x8 = s8 + s10;
765 x10 = s8 - s10;
[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
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
838 x2 = fdct_round_shift(s2 + s10);
846 x10 = fdct_round_shift(s2 - s10);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
881 x10 = fdct_round_shift(s10 + s14);
885 x14 = fdct_round_shift(s10 - s14);
899 s10 = x10;
914 x8 = s8 + s10;
916 x10 = s8 - s10;
[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
714 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
723 x2 = dct_const_round_shift(s2 + s10);
731 x10 = dct_const_round_shift(s2 - s10);
749 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
766 x10 = dct_const_round_shift(s10 + s14);
770 x14 = dct_const_round_shift(s10 - s14);
784 s10 = x10;
799 x8 = s8 + s10;
801 x10 = s8 - s10;
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.h339 const SwVfpRegister s10 = { 10 }; member in namespace:v8::internal
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c29798 IRTemp s10 = newTemp(Ity_V128); local
30915 IRTemp s10 = newTemp(Ity_V128); local
[all...]

Completed in 3531 milliseconds