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

  /external/clang/test/Sema/
pragma-align-mac68k.c 92 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];
  /art/test/StackWalk/
StackWalk.java 32 String s11 = new String("11"); local
54 s += s11;
  /external/clang/test/CodeGen/
regparm-struct.c 139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b);
146 struct s11 x = { 41, 42 };
arm-arguments.c 65 // APCS-GNU: struct.s11* noalias sret
67 struct s11 { int : 0; int f0; }; struct
68 struct s11 f11(void) {}
aarch64-arguments.c 52 struct s11 { int : 0; long f0; }; struct
53 struct s11 f11(void) {}
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 144 SkPMColor s11 = *src.getAddr32(x1, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 144 SkPMColor s11 = *src.getAddr32(x1, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
  /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
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/
vp9_dct.c 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
818 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
827 x3 = dct_const_round_shift(s3 + s11);
835 x11 = dct_const_round_shift(s3 - s11);
853 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
870 x11 = dct_const_round_shift(s11 + s15);
874 x15 = dct_const_round_shift(s11 - s15);
888 s11 = x11;
903 x9 = s9 + s11;
905 x11 = s9 - s11;
    [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 286 const SwVfpRegister s11 = { 11 }; 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 403 const SwVfpRegister s11 = { 11 }; member in namespace:v8::internal
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 457 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);
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 858 int s11 = vs->CreateStorageID(); local
859 vs->StoreView(s11, v11);
913 EXPECT_EQ(NULL, vs->RetrieveView(s11));
928 EXPECT_EQ(NULL, vs->RetrieveView(s11));
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 25426 IRTemp s11 = newTemp(Ity_V128); local
    [all...]

Completed in 280 milliseconds