/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 …onst 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) \ 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 …onst 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) \ 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 | 86 union u14 { float f0; }; union 87 union u14 f14(void) {} in f14()
|
D | arm64-arguments.c | 63 union u14 { float f0; }; union 64 union u14 f14(void) {} in f14()
|
/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 757 u14 = _mm_mulhrs_epi16(in[14], stk2_3); in idct32_8x32_135_quarter_2() 770 v14 = _mm_sub_epi16(u15, u14); in idct32_8x32_135_quarter_2() 771 v15 = _mm_add_epi16(u15, u14); in idct32_8x32_135_quarter_2() 1037 __m128i u8, u9, u10, u11, u12, u13, u14, u15; // stp2_ in idct32_full_8x32_quarter_2() local 1046 butterfly(&in[18], &in[14], &stg2_2, &stg2_3, &u9, &u14); in idct32_full_8x32_quarter_2() 1051 v14 = _mm_sub_epi16(u15, u14); in idct32_full_8x32_quarter_2() 1052 v15 = _mm_add_epi16(u15, u14); 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 427 u14 = _mm_madd_epi16(s6, k__cospi_p06_m26); in iadst8_sse2() 437 w6 = _mm_add_epi32(u6, u14); in iadst8_sse2() 445 w14 = _mm_sub_epi32(u6, u14); in iadst8_sse2() 480 u14 = _mm_srai_epi32(v14, DCT_CONST_BITS); in iadst8_sse2() 491 in[7] = _mm_packs_epi32(u14, u15); 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 961 u14 = _mm_madd_epi16(s6, k__cospi_p06_m26); in fadst8_sse2() 971 w6 = _mm_add_epi32(u6, u14); in fadst8_sse2() 979 w14 = _mm_sub_epi32(u6, u14); in fadst8_sse2() 1014 u14 = _mm_srai_epi32(v14, DCT_CONST_BITS); in fadst8_sse2() 1025 in[7] = _mm_packs_epi32(u14, u15); in fadst8_sse2()
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 476 constexpr bool u14 = pf == pg; variable
|