Searched refs:u12 (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
H A Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/external/clang/test/CodeGen/
H A Darm-arguments.c72 union u12 { char f0; short f1; int f2; }; union
73 union u12 f12(void) {}
H A Daarch64-arguments.c56 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/
H A DURLTest.java204 URL u12 = new URL("file:///file.txt");
205 assertTrue("u12 returns a wrong authority", u12.getAuthority().equals(
207 assertTrue("u12 returns a wrong file " + u12.getFile(), u12.getFile()
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp471 constexpr bool u12 = 0 >= q; // expected-error {{constant expression}}
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c819 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
859 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06);
869 w4 = _mm_add_epi32(u4, u12);
877 w12 = _mm_sub_epi32(u4, u12);
912 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS);
924 in[6] = _mm_packs_epi32(u12, u13);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c681 __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);

Completed in 378 milliseconds