Searched refs:u2 (Results 1 - 25 of 125) sorted by relevance

12345

/external/v8/test/mjsunit/
H A Dnever-optimize.js47 function u2() {
52 u2(); u2();
55 %OptimizeFunctionOnNextCall(u2);
58 u2(); u2();
62 assertOptimized(u2);
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java36 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 DShortArrayCodeOutput.java69 public void write(short u0, short u1, short u2) { argument
72 write(u2);
76 public void write(short u0, short u1, short u2, short u3) { argument
79 write(u2);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
87 write(u2);
/external/e2fsprogs/lib/uuid/
H A Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
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/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
H A Dpiecewise_construct.pass.cpp37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_string.h112 unsigned char u1, u2; local
116 u2 = (unsigned char) *s2++;
117 if (u1 != u2)
118 return u1 - u2;
128 unsigned char u1, u2; local
132 u2 = (unsigned char) *s2++;
133 if (u1 != u2)
134 return u1 - u2;
/external/elfutils/src/tests/
H A Dshow-die-info.c142 Dwarf_Word u2; local
146 || dwarf_formudata (&attr, &u2) != 0
147 || i != (int) u2)
170 Dwarf_Word u2; local
174 || dwarf_formudata (&attr, &u2) != 0
175 || i != (int) u2)
199 Dwarf_Word u2; local
203 || dwarf_formudata (&attr, &u2) != 0
204 || i != (int) u2)
228 Dwarf_Word u2; local
258 Dwarf_Word u2; local
[all...]
/external/lzma/CPP/Common/
H A DMyString.cpp143 wchar_t u2 = MyCharUpper(c2);
145 if (u1 < u2) return -1;
146 if (u1 > u2) return 1;
187 wchar_t u2 = MyCharUpper(c2); local
188 if (u1 < u2) return -1;
189 if (u1 > u2) return 1;
/external/mesa3d/src/glx/
H A Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
67 __GLX_PUT_DOUBLE(12, u2);
81 __GLX_PUT_DOUBLE(16, u2);
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
139 __GLX_PUT_FLOAT(12, u2);
149 __GLX_PUT_FLOAT(16, u2);
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
198 __GLX_PUT_DOUBLE(12, u2);
216 __GLX_PUT_DOUBLE(16, u2);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLin argument
[all...]
/external/clang/test/Sema/
H A Dstatic-assert.c40 UNION(char[2], short) u2 = { .one = { 'a', 'b' } };
/external/mesa3d/src/mesa/main/
H A Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, argument
371 if (u1 == u2) {
372 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(u1,u2)" );
416 map->u2 = u2;
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, (GLfloat) u2, strid
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
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 Dcxx1y-initializer-aggregates.cpp6 constexpr U u2 {};
9 static_assert(u2.d == 4.0, "");
H A Derr_typecheck_assign_const.cpp58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}} member in struct:U3
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
H A Dcxx0x-nontrivial-union.cpp13 union u2 { union
16 u2(int k) : k(k) {} function in union:u2
17 u2() : nt() {} function in union:u2
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h58 GLfloat u2, v2; member in struct:__anon12839::__anon12840
67 GLfloat u2, v2, q2; member in struct:__anon12839::__anon12841
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java169 out.println("regs: " + Hex.u2(getRegistersSize()) +
170 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
171 Hex.u2(getOutsSize()));
245 out.annotate(2, " registers_size: " + Hex.u2(regSz));
246 out.annotate(2, " ins_size: " + Hex.u2(insSz));
247 out.annotate(2, " outs_size: " + Hex.u2(outsSz));
248 out.annotate(2, " tries_size: " + Hex.u2(triesSz));
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3D.java131 * The vector built will be a1 * u1 + a2 * u2
135 * @param u2 second 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
149 * @param u2 second base (unscaled) vector
153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, argument
155 this.x = a1 * u1.x + a2 * u2
172 Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, double a3, Vector3D u3, double a4, Vector3D u4) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSASigner.java135 BigInteger u2 = r.multiply(w).mod(q);
139 u2 = ((DSAPublicKeyParameters)key).getY().modPow(u2, p);
141 BigInteger v = u1.multiply(u2).mod(p).mod(q);
/external/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp40 U<NonLit> u2; // expected-note {{here}} variable
/external/clang/test/CodeGen/
H A Dunion.c46 union { int large_bitfield: 31; char c } u2; variable in typeref:union:__anon1883
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp33 U u2 = (T)i1; local
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstChar.java72 return "char{0x" + Hex.u2(value) + " / " + value + '}';
H A DCstShort.java73 return "short{0x" + Hex.u2(value) + " / " + value + '}';

Completed in 1077 milliseconds

12345