/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/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)),
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 993 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in fadst8_sse2() local 1033 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in fadst8_sse2() 1043 w4 = _mm_add_epi32(u4, u12); in fadst8_sse2() 1051 w12 = _mm_sub_epi32(u4, u12); in fadst8_sse2() 1086 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in fadst8_sse2() 1098 in[6] = _mm_packs_epi32(u12, u13); in fadst8_sse2()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 648 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in iadst8_sse2() local 691 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in iadst8_sse2() 701 w4 = _mm_add_epi32(u4, u12); in iadst8_sse2() 709 w12 = _mm_sub_epi32(u4, u12); in iadst8_sse2() 744 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in iadst8_sse2() 756 in[6] = _mm_packs_epi32(u12, u13); in iadst8_sse2()
|
/external/mksh/src/ |
D | check.t | 9674 print -u12 bar
|