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 88 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);
  /dalvik/dx/tests/120-disable-extended-ops/
Blort.java 43 int v12 = field2; local
64 sink(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/third_party/openssl/openssl/ssl/
ssl_asn1.c 137 int v12=0; local
326 M_ASN1_I2D_len_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
374 M_ASN1_I2D_put_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
  /external/openssl/ssl/
ssl_asn1.c 137 int v12=0; local
326 M_ASN1_I2D_len_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
374 M_ASN1_I2D_put_EXP_opt(&(a.srp_username), i2d_ASN1_OCTET_STRING,12,v12);
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec.c 221 vec v12,v13,v14,v15; local
232 v12 = v8; v13 = v9; v14 = v10;
251 DQROUND_VECTORS(v12,v13,v14,v15)
274 WRITE_XOR(ip, op, 48, v12+s0, v13+s1, v14+s2, v15+s3)
  /external/chromium_org/ui/views/
view_unittest.cc 877 View* v12 = new View; local
879 vs->StoreView(s12, v12);
880 v1->AddChildView(v12);
1402 TestView* v12 = new TestView; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 820 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 19 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
50 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
93 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
127 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
164 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 19 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
50 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
93 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
127 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
164 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 682 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
760 v12 = _mm_add_epi32(w12, k__DCT_CONST_ROUNDING);
777 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS);
    [all...]

Completed in 2825 milliseconds