Searched refs:u3 (Results 1 - 25 of 44) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java41 public void write(short u0, short u1, short u2, short u3); argument
46 public void write(short u0, short u1, short u2, short u3, short u4); argument
H A DShortArrayCodeOutput.java76 public void write(short u0, short u1, short u2, short u3) { argument
80 write(u3);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
88 write(u3);
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents_c.h31 int u1,int u2,int u3, int u4);
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgaevents_c.h31 int u1,int u2,int u3, int u4);
/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/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vertex.h59 GLfloat u3, v3; member in struct:__anon14590::__anon14591
68 GLfloat u3, v3, q3; member in struct:__anon14590::__anon14592
/external/clang/test/SemaCXX/
H A Dcxx1y-initializer-aggregates.cpp7 constexpr U u3 { 'x' };
10 static_assert(u3.c == 'x', "");
H A Ddcl_init_aggr.cpp121 u u3 = 1; // expected-error{{no viable conversion}} variable
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h59 GLfloat u3, v3; member in struct:__anon28001::__anon28002
68 GLfloat u3, v3, q3; member in struct:__anon28001::__anon28003
/external/openssl/crypto/des/
H A Ddes_locl.h215 unsigned int u1,u2,u3; \
224 u3=(int)(u>>8L); \
226 u3&=0xfc; \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
235 u3=(int)t>>8L; \
237 u3&=0xfc; \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
289 unsigned int u1,u2,u3; \
299 u3=(int)u>>8L; \
301 u3
[all...]
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c14 // CHECK: @u3 = global %union.anon.1 zeroinitializer
15 union { double f; int i; } u3 = { }; variable in typeref:union:__anon18643
154 union { int i; float f; } u3; local
H A Dxcore-stringtype.c154 void unionType3(union U3 u3) {} argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c274 param.e_handle = params->u3;
279 format_uuid(param.service, buf), params->u2, params->u3);
286 __FUNCTION__, params->u1, params->u2, params->u3, params->u4,
291 bte_appl_cfg.ble_init_key = params->u3;
/external/clang/test/Sema/
H A Dtransparent-union.c89 unsigned int u3; member in struct:pr15134v2::__anon19172
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java80 public static String u3(int v) { method in class:Hex
290 case 6: astr = Hex.u3(outOffset); break;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c163 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_D); local
168 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
204 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_H); local
213 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING2);
516 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
525 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
578 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
587 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
796 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
813 u3
943 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
1444 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
1508 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
1548 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_m16); local
1570 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_p16); local
1604 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
1626 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p08_m24); local
1660 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p14_p18); local
1682 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p06_p26); local
1704 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m26_p06); local
1726 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m18_p14); local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c132 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_D); local
137 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
173 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_H); local
182 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING2);
445 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
454 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
507 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
516 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
777 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
794 u3
924 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
1357 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
1421 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
1461 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_m16); local
1483 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_p16); local
1517 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m24_m08); local
1539 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m08_p24); local
1573 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p14_p18); local
1595 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p06_p26); local
1617 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m26_p06); local
1639 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m18_p14); local
[all...]
H A Dvp9_dct_avx2.c344 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
353 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
406 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
415 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
676 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
693 u3 = _mm_sub_epi16(s0, s3);
697 v2 = _mm_unpacklo_epi16(u2, u3);
698 v3 = _mm_unpackhi_epi16(u2, u3);
703 u3 = _mm_madd_epi16(v1, k__cospi_p16_m16);
713 v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDIN
823 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
1256 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
1320 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
1360 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_m16); local
1382 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_p16); local
1416 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m24_m08); local
1438 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m08_p24); local
1472 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p14_p18); local
1494 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p06_p26); local
1516 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m26_p06); local
1538 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m18_p14); local
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DExcludedProxyTest.java57 URL u3 = new URL("http://localhost");
58 URLConnection conn3 = u3.openConnection();
/external/libvorbis/vq/
H A DMakefile.am22 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
/external/fdlibm/
H A De_lgamma_r.c127 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/tcpdump/
H A Dprint-802_11.c1892 } u, u2, u3, u4; local
1947 rc = cpack_uint8(s, &u3.u8);
1959 rc = cpack_uint8(s, &u3.u8);
2125 if (u3.u8 <= MAX_MCS_INDEX) {
2137 [u3.u8] \
2159 printf("%.1f Mb/s MCS %u ", htrate, u3.u8);
2165 printf("MCS %u ", u3.u8);

Completed in 459 milliseconds

12