Searched defs:icc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A DLCMS.c58 // Transports to properly encoded values - note that icc profiles does use
184 cmsHPROFILE icc; local
188 icc = sTrans.pf;
189 iccArray[j++] = icc;
195 cs = cmsGetColorSpace(icc);
199 iccArray[j++] = icc;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9Opcodes.java122 public static final int icc = 4; // 100 field in interface:SPARCV9Opcodes
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp832 icc = 0, xcc = 2, enumerator in enum:Assembler::CC
834 ptr_cc = NOT_LP64(icc) LP64_ONLY(xcc),
1774 void trap( int trapa ) { trap( always, icc, G0, trapa ); }
1947 // Compare integer (32 bit) values (icc only).
1950 // Platform depending version for pointer compare (icc on !LP64 and xcc on LP64).
1964 // Branch that tests xcc in LP64 and icc in !LP64
2479 // These set the icc condition code to equal if the lock succeeded

Completed in 50 milliseconds