Searched defs:c4 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; field in class:B4769350
276 c4 = new Client (authority, "/test/realm2/t1d", false);
280 c3.start(); c4.start();
281 c1.join(); c2.join(); c3.join(); c4.join();
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java139 c4 = new MBeanConstructorInfo("conName", "a constructor", field in class:MBeanInfoEqualsTest
227 {c1a, c1b, c1c, c1d}, {c2a, c2b}, {c3a, c3b}, {c4}, {c5}, {c6},
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp65 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at, Node *c3, Node *c4) argument
66 : Node(c0,c1,c2,c3,c4) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1072 inline u8 build_u8_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1076 | (( u8(c4) << 32 ) & ( u8(0xff) << 32 ))
1084 inline u4 build_u4_from( u1 c1, u1 c2, u1 c3, u1 c4 ) {
1088 | (( u4(c4) << 0 ) & 0x000000ff);
1108 inline jfloat build_float_from( u1 c1, u1 c2, u1 c3, u1 c4 ) {
1109 u4 u = build_u4_from( c1, c2, c3, c4 );
1121 inline jlong build_long_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1125 | (( jlong(c4) << 32 ) & ( jlong(0xff) << 32 ))
1138 inline jdouble build_double_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1139 jlong u = build_long_from( c1, c2, c3, c4, c
[all...]

Completed in 46 milliseconds