Searched refs:MIN_SHORT (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/net/InetAddress/
H A DHashSpread.java74 int MIN_SHORT = (int)Short.MIN_VALUE;
79 * in the MIN_SHORT-MAX_SHORT range.
84 if (hc >= MIN_SHORT && hc <= MAX_SHORT) {
95 MIN_SHORT + " to " + MAX_SHORT + " range.");
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c42 #define MIN_SHORT (-32768) macro
46 : ((x) < MIN_SHORT) \
47 ? MIN_SHORT \
586 MIN_SHORT, MIN_SHORT, MAX_SHORT, MAX_SHORT,
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp37 #define MIN_SHORT (- (1 << 15)) macro
293 if (is_short && ((new_delta > MAX_SHORT) || new_delta < MIN_SHORT)) {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1153 private static final int MIN_SHORT = -32768; field in class:Parser

Completed in 136 milliseconds