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

1 2 3 4

  /frameworks/compile/mclinker/unittests/
GraphTest.cpp 41 ListDigraph::Node* u3 = graph.addNode(); local
50 ASSERT_TRUE(u3 == u2->prev);
53 ASSERT_TRUE(NULL == u3->first_in);
54 ASSERT_TRUE(NULL == u3->first_out);
55 ASSERT_TRUE(u2 == u3->next);
56 ASSERT_TRUE(NULL == u3->prev);
60 ASSERT_TRUE(head == u3);
66 ASSERT_TRUE(u3 == u1->prev);
69 ASSERT_TRUE(NULL == u3->first_in);
70 ASSERT_TRUE(NULL == u3->first_out)
88 ListDigraph::Node* u3 = graph.addNode(); local
135 ListDigraph::Node* u3 = graph.addNode(); local
182 ListDigraph::Node* u3 = graph.addNode(); local
202 ListDigraph::Node* u3 = graph.addNode(); local
222 ListDigraph::Node* u3 = graph.addNode(); local
248 ListDigraph::Node* u3 = graph.addNode(); local
274 ListDigraph::Node* u3 = graph.addNode(); local
300 ListDigraph::Node* u3 = graph.addNode(); local
    [all...]
  /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/clang/test/SemaCXX/
cxx1y-initializer-aggregates.cpp 7 constexpr U u3 { 'x' };
10 static_assert(u3.c == 'x', "");
err_typecheck_assign_const.cpp 57 struct U3 {
62 U3 u3; member in struct:U4
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
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:__anon17148::__anon17149
68 GLfloat u3, v3, q3; member in struct:__anon17148::__anon17150
  /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:__anon6141
157 union { int i; float f; } u3; local
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 145 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3
151 * @param u3 third base (unscaled) vector
154 double a3, Vector3D u3) {
155 this.x = a1 * u1.x + a2 * u2.x + a3 * u3.x;
156 this.y = a1 * u1.y + a2 * u2.y + a3 * u3.y;
157 this.z = a1 * u1.z + a2 * u2.z + a3 * u3.z;
162 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3 + a4 * u4
168 * @param u3 third base (unscaled) vector
173 double a3, Vector3D u3, double a4, Vector3D u4) {
174 this.x = a1 * u1.x + a2 * u2.x + a3 * u3.x + a4 * u4.x
    [all...]
  /external/clang/test/Sema/
transparent-union.c 89 unsigned int u3; member in struct:pr15134v2::__anon6750
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_dxhelper.h 49 # define DUMMYUNIONNAME3 u3
  /system/bt/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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userdict.py 61 u3 = UserDict.UserDict(u2)
62 u3["two"] = 2
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
70 u3.clear()
71 self.assertEqual(u3, {})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userdict.py 61 u3 = UserDict.UserDict(u2)
62 u3["two"] = 2
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
70 u3.clear()
71 self.assertEqual(u3, {})
  /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/smali/util/src/main/java/org/jf/util/
Hex.java 80 public static String u3(int v) { method in class:Hex
290 case 6: astr = Hex.u3(outOffset); break;
  /frameworks/base/libs/hwui/font/
CacheTexture.h 163 float x3, float y3, float u3, float v3,
167 TextureVertex::set(mesh++, x3, y3, u3, v3);
  /frameworks/base/libs/hwui/
FontRenderer.h 143 float x3, float y3, float u3, float v3,
147 float x3, float y3, float u3, float v3,
151 float x3, float y3, float u3, float v3,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 161 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_D); local
166 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
202 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_H); local
211 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING2);
514 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
523 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
576 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
585 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
846 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
993 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
1494 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
1558 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
1598 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_m16); local
1620 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p16_p16); local
1654 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
1676 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p08_m24); local
1710 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p14_p18); local
1732 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_p06_p26); local
1754 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m26_p06); local
1776 const __m128i u3 = _mm_madd_epi16(t3, k__cospi_m18_p14); local
    [all...]

Completed in 936 milliseconds

1 2 3 4