HomeSort by relevance Sort by last modified time
    Searched defs:s10 (Results 1 - 20 of 20) sorted by null

  /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/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/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 132 SkPMColor s10 = *src.getAddr32(x1, y0); local
135 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 799 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 = dct_const_round_shift(s2 + s10);
846 x10 = dct_const_round_shift(s2 - s10);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
881 x10 = dct_const_round_shift(s10 + s14);
885 x14 = dct_const_round_shift(s10 - s14);
899 s10 = x10;
914 x8 = s8 + s10;
916 x10 = s8 - s10;
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 132 SkPMColor s10 = *src.getAddr32(x1, y0); local
135 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /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 374 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...]

Completed in 1251 milliseconds