/external/clang/test/Sema/ |
pragma-align-mac68k.c | 105 struct s12 { struct 110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1];
|
/art/test/StackWalk/ |
StackWalk.java | 33 String s12 = new String("12"); local 55 s += s12;
|
/external/clang/test/CodeGen/ |
regparm-struct.c | 150 struct s12 { struct 154 __attribute__((regparm(3))) void f16(struct s12 a, int b); 157 struct s12 x = { 41, 42 }; 161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c); 162 // CHECK: declare void @f17(%struct.s12* inreg sret, i32 inreg, i32 inreg, i32)
|
x86_64-arguments-nacl.c | 58 struct s12 { int a __attribute__((aligned(16))); }; struct 59 struct s12 f12_0(void) { while (1) {} } 60 void f12_1(struct s12 a0) {}
|
x86_64-arguments.c | 67 struct s12 { int a __attribute__((aligned(16))); }; struct 68 struct s12 f12_0(void) { while (1) {} } 69 void f12_1(struct s12 a0) {}
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 149 SkPMColor s12 = *src.getAddr32(x1, y2); local 152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
|
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 149 SkPMColor s12 = *src.getAddr32(x1, y2); local 152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
|
/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 680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; 689 x4 = dct_const_round_shift(s4 + s12); 697 x12 = dct_const_round_shift(s4 - s12); 715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; 728 x8 = dct_const_round_shift(s8 + s12); 732 x12 = dct_const_round_shift(s8 - s12); 750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; 767 x12 = dct_const_round_shift(s12 + s14); 769 x14 = dct_const_round_shift(s12 - s14) [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 819 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; 828 x4 = dct_const_round_shift(s4 + s12); 836 x12 = dct_const_round_shift(s4 - s12); 854 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64; 867 x8 = dct_const_round_shift(s8 + s12); 871 x12 = dct_const_round_shift(s8 - s12); 889 s12 = x12 * cospi_8_64 + x13 * cospi_24_64; 906 x12 = dct_const_round_shift(s12 + s14); 908 x14 = dct_const_round_shift(s12 - s14) [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 | 287 const SwVfpRegister s12 = { 12 }; 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 | 404 const SwVfpRegister s12 = { 12 }; member in namespace:v8::internal [all...] |
/external/opencv/cv/src/ |
cvhistogram.cpp | 459 double s12 = 0; local 467 s12 += a*b; 474 num = s12 - s1*s2*scale; 556 double s12 = 0; local 568 s12 += v1*v2; 582 num = s12 - s1*s2*scale; [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc_sse2.c | 406 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local 407 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... 408 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 [all...] |
/external/chromium_org/ui/views/ |
view_unittest.cc | 878 int s12 = vs->CreateStorageID(); local 879 vs->StoreView(s12, v12); 914 EXPECT_EQ(NULL, vs->RetrieveView(s12)); 927 EXPECT_EQ(NULL, vs->RetrieveView(s12)); 929 EXPECT_EQ(NULL, vs->RetrieveView(s12)); [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 406 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local 407 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... 408 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 [all...] |