/external/v8/test/mjsunit/ |
H A D | never-optimize.js | 43 %NeverOptimizeFunction(u1); 44 function u1() { 48 u1(); 51 u1(); u1(); 54 %OptimizeFunctionOnNextCall(u1); 57 u1(); u1(); 61 assertUnoptimized(u1);
|
/external/clang/test/SemaTemplate/ |
H A D | fun-template-def.cpp | 19 T f1(T t1, U u1, int i1) argument 22 t2 = i1 + u1; 23 ++u1; 24 u1++; 25 int i2 = u1; 27 i1 = t1[u1]; 30 i1(u1, t1); // error 31 u1(i1, t1); 38 new int(t1, u1); 39 new (t1, u1) in [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
H A D | CodeOutput.java | 31 public void write(short u0, short u1); argument 36 public void write(short u0, short u1, short u2); argument 41 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 D | ShortArrayCodeOutput.java | 63 public void write(short u0, short u1) { argument 65 write(u1); 69 public void write(short u0, short u1, short u2) { argument 71 write(u1); 76 public void write(short u0, short u1, short u2, short u3) { argument 78 write(u1); 84 public void write(short u0, short u1, short u2, short u3, short u4) { argument 86 write(u1);
|
/external/e2fsprogs/lib/uuid/ |
H A D | compare.c | 40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
|
H A D | 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}
|
H A 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) \ 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/Parser/ |
H A D | cxx-friend.cpp | 17 int u1; member in union:U
|
/external/clang/test/Sema/ |
H A D | type-spec-struct-union.c | 11 } u1; member in struct:S1 15 if (s1->u1.x == s2) return 1; 16 if (s1->u1.y == s3) return 1; 22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_string.h | 112 unsigned char u1, u2; local 115 u1 = (unsigned char) *s1++; 117 if (u1 != u2) 118 return u1 - u2; 119 if (u1 == '\0') 128 unsigned char u1, u2; local 131 u1 = (unsigned char) *s1++; 133 if (u1 != u2) 134 return u1 - u2; 135 if (u1 [all...] |
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
H A D | piecewise_construct.pass.cpp | 37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} argument
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | fwd_txfm_sse2.c | 51 __m128i u0, u1, sum; local 54 u1 = _mm_add_epi16(in2, in3); 61 sum = _mm_add_epi16(u0, u1); 89 __m128i u0, u1; local 101 u1 = _mm_add_epi16(in2, in3); 109 sum = _mm_add_epi16(sum, u1); 111 u1 = _mm_add_epi16(in2, in3); 119 sum = _mm_add_epi16(sum, u1); 121 u1 = _mm_add_epi16(in2, in3); 129 sum = _mm_add_epi16(sum, u1); 158 __m128i u0, u1; local [all...] |
/external/lzma/CPP/Common/ |
H A D | MyString.cpp | 142 wchar_t u1 = MyCharUpper(c1);
145 if (u1 < u2) return -1;
146 if (u1 > u2) return 1;
147 if (u1 == 0) return 0;
186 wchar_t u1 = MyCharUpper(c1);
local 188 if (u1 < u2) return -1;
189 if (u1 > u2) return 1;
|
/external/mesa3d/src/glx/ |
H A D | render2.c | 42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument 66 __GLX_PUT_DOUBLE(4, u1); 80 __GLX_PUT_DOUBLE(8, u1); 109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument 138 __GLX_PUT_FLOAT(8, u1); 148 __GLX_PUT_FLOAT(12, u1); 172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument 197 __GLX_PUT_DOUBLE(4, u1); 215 __GLX_PUT_DOUBLE(8, u1); 250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloa argument [all...] |
/external/mesa3d/src/mesa/main/ |
H A D | eval.c | 360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, argument 371 if (u1 == u2) { 372 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(u1,u2)" ); 415 map->u1 = u1; 417 map->du = 1.0F / (u2 - u1); 426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument 429 map1(target, u1, u2, stride, order, points, GL_FLOAT); 434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument 437 map1(target, (GLfloat) u1, (GLfloa 442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) argument 525 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument 536 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument 828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument 846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument 853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) argument 881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument [all...] |
/external/clang/test/SemaCXX/ |
H A D | cxx1y-initializer-aggregates.cpp | 5 constexpr U u1 = U(); member in namespace:in_class_init 8 static_assert(u1.d == 4.0, "");
|
H A D | dcl_init_aggr.cpp | 119 u u1 = { 1 }; variable 120 u u2 = u1;
|
H A D | err_typecheck_assign_const.cpp | 54 U1 u1; member in struct:U2 67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
|
/external/mesa3d/src/mesa/tnl_dd/ |
H A D | t_dd_vertex.h | 57 GLfloat u1, v1; member in struct:__anon12844::__anon12845 66 GLfloat u1, v1, q1; member in struct:__anon12844::__anon12846
|
/external/valgrind/none/tests/ppc32/ |
H A D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; local 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; 347 *(unsigned long long *)d1p = u1; 367 test_group.op, u1, *((unsigned long long *)(&res))); 371 u0x, test_group.op, u1, u1x, 441 unsigned long long u0, u1, rm_idx; local 445 u1 = 0x27feff197a42ba06ULL; 459 *(unsigned long long *)d1p = u1; 465 j, (int)rm_idx, u0, u1, *((unsigne [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; local 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; 347 *(unsigned long long *)d1p = u1; 367 test_group.op, u1, *((unsigned long long *)(&res))); 371 u0x, test_group.op, u1, u1x, 441 unsigned long long u0, u1, rm_idx; local 445 u1 = 0x27feff197a42ba06ULL; 459 *(unsigned long long *)d1p = u1; 465 j, (int)rm_idx, u0, u1, *((unsigne [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
H A D | Vector3D.java | 131 * The vector built will be a1 * u1 + a2 * u2 133 * @param u1 first base (unscaled) vector 137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { argument 138 this.x = a1 * u1.x + a2 * u2.x; 139 this.y = a1 * u1.y + a2 * u2.y; 140 this.z = a1 * u1.z + a2 * u2.z; 145 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3 147 * @param u1 first base (unscaled) vector 153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, argument 155 this.x = a1 * u1 172 Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, double a3, Vector3D u3, double a4, Vector3D u4) argument [all...] |
/external/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"} 144 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"} 146 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"} 148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"} 158 union U3{union U1 u1;}; member in union:U3 159 union U4{union U1 u1;}; member in union:U4 160 void unionType1(union U1 u1) {} argument
|
/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 164 const CUpdateItem &u1 = updateItems[*p1];
local 166 if (u1.IsDir != u2.IsDir)
167 return (u1.IsDir) ? 1 : -1;
168 if (u1.IsDir)
170 if (u1.IsAnti != u2.IsAnti)
171 return (u1.IsAnti ? 1 : -1);
172 int n = MyStringCompareNoCase(u1.Name, u2.Name);
175 if (u1.IsAnti != u2.IsAnti)
176 return (u1.IsAnti ? 1 : -1);
177 return MyStringCompareNoCase(u1 294 const CUpdateItem &u1 = *a1.UpdateItem; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
H A D | DSASigner.java | 134 BigInteger u1 = m.multiply(w).mod(q); 138 u1 = params.getG().modPow(u1, p); 141 BigInteger v = u1.multiply(u2).mod(p).mod(q);
|