Home
last modified time | relevance | path

Searched refs:u11 (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/uuid/
Duuid.h58 #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}
Duuid.h.in58 #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/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c742 __m128i u8, u9, u10, u11, u12, u13, u14, u15; in idct32_8x32_135_quarter_2() local
760 u11 = _mm_mulhrs_epi16(in[6], stk2_6); in idct32_8x32_135_quarter_2()
766 v10 = _mm_sub_epi16(u11, u10); in idct32_8x32_135_quarter_2()
767 v11 = _mm_add_epi16(u11, u10); 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()
1063 v10 = _mm_sub_epi16(u11, u10); in idct32_full_8x32_quarter_2()
1064 v11 = _mm_add_epi16(u11, u10); in idct32_full_8x32_quarter_2()
Dinv_txfm_sse2.c382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in iadst8_sse2() local
424 u11 = _mm_madd_epi16(s5, k__cospi_p14_m18); in iadst8_sse2()
434 w3 = _mm_add_epi32(u3, u11); in iadst8_sse2()
442 w11 = _mm_sub_epi32(u3, u11); in iadst8_sse2()
477 u11 = _mm_srai_epi32(v11, DCT_CONST_BITS); in iadst8_sse2()
489 in[5] = _mm_packs_epi32(u10, u11); in iadst8_sse2()
/external/ImageMagick/MagickCore/
Dresample.c960 const double u11 = ( (norm>0.0) ? temp_u11/norm : 1.0 ); in ClampUpAxes() local
970 *major_unit_x = u11; in ClampUpAxes()
973 *minor_unit_y = u11; in ClampUpAxes()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in fadst8_sse2() local
958 u11 = _mm_madd_epi16(s5, k__cospi_p14_m18); in fadst8_sse2()
968 w3 = _mm_add_epi32(u3, u11); in fadst8_sse2()
976 w11 = _mm_sub_epi32(u3, u11); in fadst8_sse2()
1011 u11 = _mm_srai_epi32(v11, DCT_CONST_BITS); in fadst8_sse2()
1023 in[5] = _mm_packs_epi32(u10, u11); in fadst8_sse2()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp470 constexpr bool u11 = 0 > q; // expected-error {{constant expression}} variable