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

  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 133 Bundle u12 = new Bundle(); local
134 u12.putString("a", "a_a12");
135 u12.putString("b", "b_a12");
136 u12.putString("c", "c_a12");
138 mAms.addAccountExplicitly(a12, "p12", u12);
  /external/clang/test/CodeGen/
arm-arguments.c 72 union u12 { char f0; short f1; int f2; }; union
73 union u12 f12(void) {}
aarch64-arguments.c 56 union u12 { char f0; short f1; int f2; long f3; }; union
57 union u12 f12(void) {}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java 204 URL u12 = new URL("file:///file.txt"); local
205 assertTrue("u12 returns a wrong authority", u12.getAuthority().equals(
207 assertTrue("u12 returns a wrong file " + u12.getFile(), u12.getFile()
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 819 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 681 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
724 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06);
734 w4 = _mm_add_epi32(u4, u12);
742 w12 = _mm_sub_epi32(u4, u12);
777 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS);
789 in[6] = _mm_packs_epi32(u12, u13);
    [all...]

Completed in 216 milliseconds