/external/e2fsprogs/lib/uuid/ |
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13… 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
D | uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13… 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 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/ |
D | arm-arguments.c | 72 union u12 { char f0; short f1; int f2; }; union 73 union u12 f12(void) {} in f12()
|
D | arm64-arguments.c | 55 union u12 { char f0; short f1; int f2; }; union 56 union u12 f12(void) {} in f12()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 742 __m128i u8, u9, u10, u11, u12, u13, u14, u15; in idct32_8x32_135_quarter_2() local 761 u12 = _mm_mulhrs_epi16(in[6], stk2_7); in idct32_8x32_135_quarter_2() 768 v12 = _mm_add_epi16(u12, u13); in idct32_8x32_135_quarter_2() 769 v13 = _mm_sub_epi16(u12, u13); in idct32_8x32_135_quarter_2() 1037 __m128i u8, u9, u10, u11, u12, u13, u14, u15; // stp2_ in idct32_full_8x32_quarter_2() local 1060 butterfly(&in[26], &in[6], &stg2_6, &stg2_7, &u11, &u12); in idct32_full_8x32_quarter_2() 1065 v12 = _mm_add_epi16(u12, u13); in idct32_full_8x32_quarter_2() 1066 v13 = _mm_sub_epi16(u12, u13); in idct32_full_8x32_quarter_2()
|
D | inv_txfm_sse2.c | 382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in iadst8_sse2() local 425 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in iadst8_sse2() 435 w4 = _mm_add_epi32(u4, u12); in iadst8_sse2() 443 w12 = _mm_sub_epi32(u4, u12); in iadst8_sse2() 478 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in iadst8_sse2() 490 in[6] = _mm_packs_epi32(u12, u13); in iadst8_sse2()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_intrin_sse2.c | 919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in fadst8_sse2() local 959 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in fadst8_sse2() 969 w4 = _mm_add_epi32(u4, u12); in fadst8_sse2() 977 w12 = _mm_sub_epi32(u4, u12); in fadst8_sse2() 1012 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in fadst8_sse2() 1024 in[6] = _mm_packs_epi32(u12, u13); in fadst8_sse2()
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 471 constexpr bool u12 = 0 >= q; // expected-error {{constant expression}} variable
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 99 let FastIselShouldIgnore = 1 in // FastIsel should ignore all u12 instrs. 100 def u12 : ImmLeaf<i32, [{ return (Imm & 0xFFF) == Imm; }]>; 443 [(set v4f64:$FRT, (PPCqvgpci (u12:$idx)))]>; 989 def : Pat<(int_ppc_qpx_qvgpci (u12:$idx)),
|