Searched refs:INT_MAX (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.c101 if (ret > INT_MAX) {
102 ret = (jlong) INT_MAX;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h56 * correctness of the definitons below (see uses of INT_MAX).
491 #if defined(INT_MAX) && (INT_MAX > 0x7ffffffeL)
639 (!defined(INT_MAX) || INT_MAX <= 0x7ffffffeL)
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_types.h164 #define MLIB_S32_MAX INT_MAX
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.cpp151 int off = INT_MAX;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_new.cpp212 VERIFY(malloc(INT_MAX) == 0); // should fail
H A Dawt_Clipboard.cpp446 jsize size = (globalSize <= INT_MAX) ? (jsize)globalSize : INT_MAX;
H A Dawt_DnDDT.cpp580 jsize size = (globalSize <= INT_MAX) ? (jsize)globalSize : INT_MAX;
H A Dawt_DataTransferer.cpp196 // We assume that the encoding name length cannot exceed INT_MAX.
465 // JNI doesn't allow to store more than INT_MAX in a single array.
467 if (width * height > INT_MAX) {
H A Dawt_Component.cpp991 if (min == INT_MAX) {
994 if (value == INT_MAX) {
997 if (max == INT_MAX) {
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c183 DMemGlobalState.maxHeap = INT_MAX;
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp647 assert(pointer_delta(end, start, sizeof(jbyte)) < INT_MAX,
H A Djni.cpp5029 assert(jlong(ThreadStackSize) * K < INT_MAX, "integer overflow");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java748 if(min.compareTo(INT_MIN )>=0 && max.compareTo(INT_MAX )<=0)
870 private static final BigInteger INT_MAX = BigInteger.valueOf(Integer.MAX_VALUE); field in class:SimpleTypeBuilder
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp161 Cell_0, Cell_max = INT_MAX
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c44 #define MAXINT INT_MAX
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h132 #elif (INT_MAX == 32767)
147 #if (INT_MAX == +2147483647)
H A Dcmstypes.c838 if (LenOfData > INT_MAX) return NULL;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c2664 ((INT_MAX / numBands) < destWidth)) /* destWidth causes an integer overflow */
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3592 const jlong limit = INT_MAX;

Completed in 151 milliseconds