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

  /external/clang/test/CodeGen/
vector-alignment.c 37 double __attribute__((vector_size(80), aligned(16))) v12; variable
38 // CHECK: @v12 {{.*}}, align 16
arm-aapcs-vfp.c 109 int8x8x2_t v12; member in struct:neon_struct
  /external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc 208 // +-- v12 (attached window)
225 View* v12 = new View(); local
226 v1->AddChildView(v12);
227 w->GetNativeView()->SetProperty(kHostViewKey, v12);
252 v2->AddChildView(v12);
  /external/chromium_org/ui/v2/src/
view_unittest.cc 62 View* v12 = new View; local
65 v1.AddChild(v12);
68 // Order: v11, v12, v13
74 // Resulting order: v12, v13, v11
76 EXPECT_EQ(v12, v1.children().front());
80 // Resulting order: v11, v12, v13
85 // Move v11 above v12.
86 // Resulting order: v12. v11, v13
87 v1.StackChildAbove(v11, v12);
88 EXPECT_EQ(v12, v1.children().front())
327 View v1, v11, v12, v111; local
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_unittest.cc 282 TestView v1, v11, v12, v111; local
284 v1.AddChild(&v12);
287 TreeChangeObserver o1(&v1), o11(&v11), o12(&v12), o111(&v111);
290 v12.AddChild(&v111);
298 p1.new_parent = &v12;
309 // v12 should see changed notifications.
313 p12.receiver = &v12;
376 TestView v1, v11, v12, v13; local
378 v1.AddChild(&v12);
381 // Order: v11, v12, v1
    [all...]
  /external/openssl/ssl/
ssl_asn1.c 138 int v12=0; local
334 M_ASN1_I2D_len_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
384 M_ASN1_I2D_put_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 198 vec v12,v13,v14,v15; local
209 v12 = v8; v13 = v9; v14 = v10;
228 DQROUND_VECTORS(v12,v13,v14,v15)
251 WRITE_XOR(ip, op, 48, v12+s0, v13+s1, v14+s2, v15+s3)
  /external/chromium_org/ui/views/
view_unittest.cc 462 View* v12 = new View; local
464 vs->StoreView(s12, v12);
465 v1->AddChildView(v12);
1034 TestView* v12 = new TestView; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 649 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
727 v12 = _mm_add_epi32(w12, k__DCT_CONST_ROUNDING);
744 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 944 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 720 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
798 v12 = _mm_add_epi32(w12, k__DCT_CONST_ROUNDING);
815 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 824 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
    [all...]
vp9_dct_sse2.c 925 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
    [all...]

Completed in 629 milliseconds