Searched defs:STDC (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzconf.h123 # ifndef STDC
124 # define STDC macro
132 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
133 # define STDC macro
135 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
136 # define STDC macro
138 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
139 # define STDC macro
141 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
142 # define STDC macro
146 # define STDC macro
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCOpcodes.java222 public static final int STDC = (3 << 4) | 7; field in interface:SPARCOpcodes

Completed in 372 milliseconds