Searched defs:u1 (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java125 static void cmp(long v1, TimeUnit u1, long v2, TimeUnit u2, int expected) { argument
126 int result = FileTime.from(v1, u1).compareTo(FileTime.from(v2, u2));
131 static void eq(long v1, TimeUnit u1, long v2, TimeUnit u2) { argument
132 FileTime t1 = FileTime.from(v1, u1);
140 static void neq(long v1, TimeUnit u1, long v2, TimeUnit u2) { argument
141 FileTime t1 = FileTime.from(v1, u1);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DHandler.java47 protected boolean equals(URL u1, URL u2) { argument
48 String userInfo1 = u1.getUserInfo();
50 return super.equals(u1, u2) &&
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/file/
H A DHandler.java135 * @param u1 the URL of the first host to compare
140 protected boolean hostsEqual(URL u1, URL u2) { argument
146 String s1 = u1.getHost();
152 return super.hostsEqual(u1, u2);
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/file/
H A DHandler.java117 * @param u1 the URL of the first host to compare
122 protected boolean hostsEqual(URL u1, URL u2) { argument
128 String s1 = u1.getHost();
134 return super.hostsEqual(u1, u2);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DHandler.java61 protected boolean sameFile(URL u1, URL u2) { argument
62 if (!u1.getProtocol().equals("jar") || !u2.getProtocol().equals("jar"))
65 String file1 = u1.getFile();
71 return super.sameFile(u1, u2);
85 return super.sameFile(u1, u2);
/openjdk7/jdk/src/share/classes/java/net/
H A DURLStreamHandler.java323 * @param u1 a URL object
330 protected boolean equals(URL u1, URL u2) { argument
331 String ref1 = u1.getRef();
334 sameFile(u1, u2);
388 * @param u1 a URL object
390 * @return true if u1 and u2 refer to the same file
393 protected boolean sameFile(URL u1, URL u2) { argument
395 if (!((u1.getProtocol() == u2.getProtocol()) ||
396 (u1.getProtocol() != null &&
397 u1
455 hostsEqual(URL u1, URL u2) argument
[all...]
/openjdk7/hotspot/src/share/vm/libadt/
H A Dvectset.cpp135 register uint32 *u1 = data; // Pointer to the destination data local
138 *u1++ &= *u2++; // Copy and AND longwords
155 register uint32 *u1 = data; // Pointer to the destination data local
158 *u1++ |= *u2++;
180 register uint32 *u1 = data; // Pointer to the destination data local
183 *u1++ &= ~(*u2++); // A <-- A & ~B with longwords
202 register uint32 *u1 = data; // Pointer to the destination data local
211 register uint32 A = *u1++; // Data from one guy
223 AnotB |= *u1++; // These bits are in A not B
253 register uint32 *u1 local
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java607 u1(x);
641 u1((byte) bytecodes.charAt(i));
677 u1((int) frame.getAttrLong("flags"));
702 u1(tag);
735 u1(tag);
810 u1(x >>> 8);
811 u1(x >>> 0);
814 public void u1(int x) throws IOException { method in class:ClassWriter
H A DClassReader.java488 buf.write(u1());
739 return (byte) u1();
748 return u1();
765 sb.append((char) u1());
848 int flags = (hasXOption ? u1() : 0);
866 int tag = u1();
893 cpTag[i] = (byte) u1();
898 buf.write(u1());
989 return (u1() << 8) + u1();
992 private int u1() throws IOException { method in class:ClassReader
[all...]
/openjdk7/jdk/src/share/classes/sun/security/acl/
H A DAclImpl.java375 Enumeration<AclEntry> u1, u2, g1, g2; field in class:AclEnumerator
377 AclEnumerator(Acl acl, Hashtable<?,AclEntry> u1, Hashtable<?,AclEntry> g1, argument
380 this.u1 = u1.elements();
387 return (u1.hasMoreElements() ||
397 if (u1.hasMoreElements())
398 return u1.nextElement();
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c883 mp_int c, u1, u2, v; /* intermediate values used in verification */ local
903 MP_DIGITS(&u1) = 0;
932 CHECK_MPI_OK( mp_init(&u1, kmflag) );
966 ** u1 = ((HASH(M')) * c) mod n
968 SECITEM_TO_MPINT(*digest, &u1); /* u1 = HASH(M) */
973 /* u1 = HASH(M') */
975 mpl_rsh(&u1,&u1,digest->len*8- ecParams->fieldID.size);
985 mp_todecimal(&u1, mpst
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp270 // int u1, v1, w1, w2, t;
272 // u0 = u & 0xFFFF; u1 = u >> 16;
275 // t = u1*v0 + (w0 >> 16);
279 // return u1*v1 + w2 + (w1 >> 16);
290 // u0 = u & 0xFFFFFFFF; u1 = u >> 32;
292 Node* u1 = phase->transform(new (phase->C) RShiftLNode(dividend, phase->intcon(N / 2))); local
294 hook->init_req(1, u1);
303 // t = u1*v0 + (w0 >> 32);
304 Node* u1v0 = phase->transform(new (phase->C) MulLNode(u1, v0));
320 // return u1*v
[all...]
H A Dreg_split.cpp473 bool u1, u2, u3; local
595 u1 = Utmp[slidx];
598 u3 = u1;
616 if( n1 && n2 && (u1 != u2) ) {
619 // Move n2/u2 to n1/u1 for next iteration
621 u1 = u2;
1317 u1 = UP[pidx][slidx];
1318 if( u1 != (phi_up != 0)) {
1319 maxlrg = split_USE(def, b, phi, i, maxlrg, !u1, false, splits,slidx);
H A Dloopnode.cpp3598 Node* u1 = n->raw_out(i); local
3599 if (u1 == n)
3601 tty->print("n->out(%d): ", i); u1->dump();
3602 if (u1->is_CFG()) {
3603 for (uint j = 0; j < u1->outcnt(); j++) {
3604 Node* u2 = u1->raw_out(j);
3605 if (u2 != u1 && u2 != n && u2->is_CFG()) {
3610 Node* u1_later = get_ctrl(u1);
3612 if (u1->in(0) != NULL && !u1
[all...]
H A Dsuperword.cpp824 Node* u1 = NULL; local
838 u1 = t1;
846 pair->push(u1);
849 set_alignment(u1, u2, align);
856 // Is the use of d1 in u1 at the same operand position as d2 in u2?
857 bool SuperWord::opnd_positions_match(Node* d1, Node* u1, Node* d2, Node* u2) { argument
858 uint ct = u1->req();
863 for (i1++; i1 < ct; i1++) if (u1->in(i1) == d1) break;
/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java103 U u0=new U(), u1[]={u0}, u2[][]={u1}; field in class:AccessSpecifierTarg
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c137 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable
283 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java150 DatagramSocket u1 = null; field in class:KDC
1133 u1 = new DatagramSocket(port, InetAddress.getByName("127.0.0.1"));
1140 u1 = null;
1141 u1 = new DatagramSocket(port, InetAddress.getByName("127.0.0.1"));
1145 if (u1 != null) u1.close();
1149 final DatagramSocket udp = u1;
1217 u1.close();
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BC_S16.c91 u1 = vis_fmul8ulx16(row0, yFilter0); \
93 v0 = vis_fpadd16(u0, u1); \
97 u1 = vis_fmul8ulx16(row2, yFilter2); \
100 v2 = vis_fpadd16(u0, u1); \
116 u1 = vis_fmul8ulx16(row0, yFilter0); \
120 v0 = vis_fpadd16(u0, u1); \
133 u1 = vis_fmul8ulx16(row2, yFilter2); \
142 v2 = vis_fpadd16(u0, u1); \
199 mlib_d64 u0, u1, u2, u3; local
H A Dmlib_v_ImageAffine_BC_U16.c87 u1 = vis_fmul8ulx16(vis_fxor(row0, mask8000), yFilter0); \
89 v0 = vis_fpadd16(u0, u1); \
93 u1 = vis_fmul8ulx16(vis_fxor(row2, mask8000), yFilter2); \
96 v2 = vis_fpadd16(u0, u1); \
112 u1 = vis_fmul8ulx16(vis_fxor(row0, mask8000), yFilter0); \
115 v0 = vis_fpadd16(u0, u1); \
127 u1 = vis_fmul8ulx16(vis_fxor(row2, mask8000), yFilter2); \
135 v2 = vis_fpadd16(u0, u1); \
191 mlib_d64 u0, u1, u2, u3; local
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp646 float u1, float v1, float u2, float v2)
660 u1, v1, u2, v1, u1, v2,
663 u1, v2, u2, v1, u2, v2,
645 DrawTexture(float x1, float y1, float x2, float y2, float u1, float v1, float u2, float v2) argument
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c719 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf; local
725 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7,
729 staddr[1] = (unsigned char)u1;
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java815 private static boolean hostsEqual(URL u1, URL u2) { argument
816 final String h1 = u1.getHost();
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp297 typedef jubyte u1; typedef
1072 inline u8 build_u8_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) {
1084 inline u4 build_u4_from( u1 c
[all...]

Completed in 136 milliseconds