HomeSort by relevance Sort by last modified time
    Searched refs:u3 (Results 1 - 25 of 46) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java 41 public void write(short u0, short u1, short u2, short u3);
46 public void write(short u0, short u1, short u2, short u3, short u4);
ShortArrayCodeOutput.java 76 public void write(short u0, short u1, short u2, short u3) {
80 write(u3);
84 public void write(short u0, short u1, short u2, short u3, short u4) {
88 write(u3);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 41 public void write(short u0, short u1, short u2, short u3);
46 public void write(short u0, short u1, short u2, short u3, short u4);
ShortArrayCodeOutput.java 76 public void write(short u0, short u1, short u2, short u3) {
80 write(u3);
84 public void write(short u0, short u1, short u2, short u3, short u4) {
88 write(u3);
  /external/e2fsprogs/lib/uuid/
uuid.h 58 #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}
uuid.h.in 58 #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/
t_dd_vertex.h 59 GLfloat u3, v3; member in struct:__anon19208::__anon19209
68 GLfloat u3, v3, q3; member in struct:__anon19208::__anon19210
  /external/clang/test/SemaCXX/
cxx1y-initializer-aggregates.cpp 7 constexpr U u3 { 'x' };
10 static_assert(u3.c == 'x', "");
dcl_init_aggr.cpp 121 u u3 = 1; // expected-error{{no viable conversion}} variable
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 59 GLfloat u3, v3; member in struct:__anon7546::__anon7547
68 GLfloat u3, v3, q3; member in struct:__anon7546::__anon7548
  /external/openssl/crypto/des/
des_locl.h 215 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&=0x3f;
    [all...]
  /external/clang/test/CodeGen/
designated-initializers.c 14 // CHECK: @u3 = global %union.anon.1 zeroinitializer
15 union { double f; int i; } u3 = { }; variable in typeref:union:__anon23261
154 union { int i; float f; } u3; local
xcore-stringtype.c 134 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
136 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
137 // CHECK: !30 = metadata !{void (%union.U3*)* @unionType3, metadata
138 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
148 union U3;
149 union U2{union U3 *pu3;};
150 union U3{union U1 u1;};
154 void unionType3(union U3 u3) {
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 274 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/
transparent-union.c 89 unsigned int u3; member in struct:pr15134v2::__anon23790
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
  /dalvik/dx/src/com/android/dx/util/
Hex.java 68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
  /external/dexmaker/src/dx/java/com/android/dx/util/
Hex.java 68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 163 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
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/
vp9_dct_sse2.c 132 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
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...]
vp9_dct_avx2.c 344 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_ROUNDING)
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 57 URL u3 = new URL("http://localhost"); local
58 URLConnection conn3 = u3.openConnection();
  /external/libvorbis/vq/
Makefile.am 22 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 128 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
265 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));

Completed in 1119 milliseconds

1 2