Searched refs:Max (Results 1 - 9 of 9) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DBlock_Array.java57 public int Max() { method in class:Block_Array
/openjdk10/hotspot/src/share/vm/adlc/
H A Ddfa.cpp642 _min_value = Expr::Max;
663 _max_value = Expr::Max;
672 assert(_min_value >= 0 && _min_value <= Expr::Max, "value out of range");
673 assert(_max_value >= 0 && _max_value <= Expr::Max, "value out of range");
769 result = Expr::Max;
H A Dforms.hpp515 Max = 0x7fffffff enumerator in enum:Expr::__anon293
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h299 static RawType Max();
384 inline float FloatingPoint<float>::Max() { return FLT_MAX; } function in class:testing::internal::FloatingPoint
386 inline double FloatingPoint<double>::Max() { return DBL_MAX; } function in class:testing::internal::FloatingPoint
/openjdk10/hotspot/src/share/vm/opto/
H A Dblock.hpp66 { return (i<Max()) ? _blocks[i] : (Block*)NULL; }
68 { assert( i < Max(), "oob" ); return _blocks[i]; }
70 void map( uint i, Block *n ) { if( i>=Max() ) grow(i); _blocks[i] = n; }
71 uint Max() const { debug_only(return _limit); return _size; } function in class:Block_Array
H A Dblock.cpp41 assert(i >= Max(), "must be an overflow");
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c62 #define MAXID 128 // Max length of identifier
63 #define MAXSTR 1024 // Max length of string
64 #define MAXTABLES 255 // Max Number of tables in a single stream
65 #define MAXINCLUDE 20 // Max number of nested includes
214 cmsUInt32Number Max; member in struct:__anon1008
1608 if (f ->Used > f ->Max) {
1826 sd.Max = *BytesNeeded; // Write to memory?
1828 sd.Max = 0; // Just counting the needed bytes
H A Dcmstypes.c1448 // Max Derhak and Rohit Patil about this: basically the size of the string table should be guessed and cannot be
4605 double Max; member in struct:__anon1034
4698 if (!_cmsRead15Fixed16Number(io, &Colorant[n].Max)) goto Error;
4705 // Y = (Max � Min) * (X ^ Gamma) + Min
4708 // a = (Max � Min) ^ ( 1 / Gamma)
4713 Params[1] = pow((Colorant[n].Max - Colorant[n].Min), (1.0 / Colorant[n].Gamma));
4766 v.Max = pow(Curves[i] ->Segments[0].Params[1], v.Gamma) + v.Min;
4770 if (!_cmsWrite15Fixed16Number(io, v.Max)) return FALSE;
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.cpp1711 warning("Max heap size too large for Compressed Oops");

Completed in 269 milliseconds