/external/clang/test/Sema/ |
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/chromium_org/v8/test/mjsunit/ |
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/CXX/expr/expr.const/ |
p3-0x.cpp | 41 T<e10> s10; variable
|
/external/v8/test/mjsunit/ |
uri.js | 54 var s10 = String.fromCharCode(cc10); variable 65 assertEquals('%EE%80%80', encodeURI(s10)); 78 assertEquals(cc10, decodeURI(encodeURI(s10)).charCodeAt(0));
|
/art/test/StackWalk/ |
StackWalk.java | 31 String s10 = new String("10"); local 53 s += s10; 70 s10 = s + s10; 71 s10 += s20; 73 s20 += s10;
|
/external/clang/test/CodeGen/ |
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 };
|
x86_64-arguments-nacl.c | 50 struct s10 { int a; int b; int : 0; }; struct 51 void f10(struct s10 a0) {}
|
arm-arguments.c | 61 struct s10 { int f0; int : 0; int : 0; }; struct 62 struct s10 f10(void) {}
|
aarch64-arguments.c | 48 struct s10 { long f0; int : 0; int : 0; }; struct 49 struct s10 f10(void) {}
|
x86_32-arguments-darwin.c | 66 struct s10 { struct
|
x86_64-arguments.c | 59 struct s10 { int a; int b; int : 0; }; struct 60 void f10(struct s10 a0) {}
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 139 SkPMColor s10 = *src.getAddr32(x1, y0); local 142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
|
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 139 SkPMColor s10 = *src.getAddr32(x1, y0); local 142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 639 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/ |
vp9_dct.c | 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local 817 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 826 x2 = dct_const_round_shift(s2 + s10); 834 x10 = dct_const_round_shift(s2 - s10); 852 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 869 x10 = dct_const_round_shift(s10 + s14); 873 x14 = dct_const_round_shift(s10 - s14); 887 s10 = x10; 902 x8 = s8 + s10; 904 x10 = s8 - s10; [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
assembler-arm.h | 285 const SwVfpRegister s10 = { 10 }; member in namespace:v8::internal [all...] |
/external/chromium_org/v8/src/arm/ |
simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
assembler-arm.h | 402 const SwVfpRegister s10 = { 10 }; member in namespace:v8::internal [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | 25425 IRTemp s10 = newTemp(Ity_V128); local [all...] |