Searched refs:c7 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaders.h177 add r6.xy, t0, c7
196 mad r0, c7.z, r6, r0
297 add r6.xy, t0, c7
315 mad r0, c7.z, r6, r0
416 add r6.xy, t0, c7
434 mad r0, c7.z, r6, r0
619 add r6.xy, t0, c7
637 mad r0, c7.z, r6, r0
1703 def c7, 1, 0, 0.5, -1
1708 mov r0.z, c7
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURLConnection.java1432 int c7 = is.read();
1479 c7 == 0 && c8 == 'x') {
1486 c7 == 'x' && c8 == 0) {
1493 if (c5 == 0 && c6 == 0 && c7 == 0 && c8 == '<' &&
1501 if (c5 == '<' && c6 == 0 && c7 == 0 && c8 == 0 &&
1523 c7 == 26 && c8 == 10) {
1539 (c7 == 'E' && c8 == 'x' && c9 == 'i' && c10 =='f' &&
1550 c5 == 0xA1 && c6 == 0xB1 && c7 == 0x1A && c8 == 0xE1) {
/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
312 c7 = new Client (authority, "/test/realm4/t3a", false);
315 c7.start ();
319 c7.join(); c8.join(); c9.join();
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DInputStreamImageSource.java228 int c7 = is.read();
246 c7 == 26 && c8 == 10) {
/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
1079 | (( u8(c7) << 8 ) & ( u8(0xff) << 8 ))
1121 inline jlong build_long_from( u1 c1, u1 c2, u1 c3, u1 c4, u1 c5, u1 c6, u1 c7, u1 c8 ) { argument
1128 | (( jlong(c7) << 8 ) & ( jlong(0xff) << 8 ))
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, c5, c6, c7, c8 );

Completed in 71 milliseconds