Searched defs:min (Results 101 - 122 of 122) sorted by relevance

12345

/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1443 public int[][] getGridSizes(Container parent, boolean min) { argument
1459 Dimension d = (min
1483 public Dimension getSize(Container parent, boolean min) { argument
1484 int sizes[][] = getGridSizes(parent, min);
1506 int min[][] = getGridSizes(parent, true);
1507 int minwidths[] = min[0];
1508 int minheights[] = min[1];
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.cpp100 // now, compute min and max
105 this->min = INT_MIN_VALUE;
109 this->min = this->umin = 0;
122 this->min = 0; // No negative codings at all.
124 this->min = decode_sign(S, (uint)maxNegCode);
129 if (min < 0)
133 if (max == INT_MAX_VALUE && min == INT_MIN_VALUE)
519 //int moreCentral2(int x, int y, int min) {
525 // return min;
792 int min local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c422 int min = 0; local
429 for (z = min; z <= max; z++) {
434 for (y = min; y <= max; y++) {
439 for (x = min; x <= max; x++) {
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h165 #ifndef min
166 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
/openjdk7/langtools/test/tools/javah/6572945/
H A DTestClass1.java191 native void min(int i); method in class:TestClass1
328 native void min(int i); method in class:TestClass1.Inner1
466 native void min(int i); method in class:TestClass1.Inner2
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java224 void setMin(int min) { // for CLOSURE argument
272 int min = this.getChild(i).getMinLength();
273 if (min < ret) ret = min;
1210 int min; field in class:Token.ClosureToken
1228 final void setMin(int min) { argument
1229 this.min = min;
1235 return this.min;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java216 // Used by prepare, indicates min, pref or max isn't going to be used.
337 private static void checkSize(int min, int pref, int max, argument
339 checkResizeType(min, isComponentSpring);
346 checkLessThan(min, pref);
358 private static void checkLessThan(int min, int max) { argument
359 if (min >= 0 && max >= 0 && min > max) {
361 "Following is not met: min<=pref<=max");
1051 // Step 4: (for min/pref/max size calculations only) calculate the
1262 * Spring consists of a range: min, pre
1269 private int min; field in class:GroupLayout.Spring
1522 addComponent(Component component, int min, int pref, int max) argument
1549 addGap(int min, int pref, int max) argument
1814 addComponent(Component component, int min, int pref, int max) argument
1835 addComponent(boolean useAsBaseline, Component component, int min, int pref, int max) argument
1854 addGap(int min, int pref, int max) argument
2482 addComponent(Component component, int min, int pref, int max) argument
2497 addGap(int min, int pref, int max) argument
2548 addComponent(Component component, Alignment alignment, int min, int pref, int max) argument
2939 private final int min; field in class:GroupLayout.ComponentSpring
2949 ComponentSpring(Component component, int min, int pref, int max) argument
3168 private final int min; field in class:GroupLayout.GapSpring
3172 GapSpring(int min, int pref, int max) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java626 public static <T extends Object & Comparable<? super T>> T min(Collection<? extends T> coll) { method in class:Collections
660 public static <T> T min(Collection<? extends T> coll, Comparator<? super T> comp) { method in class:Collections
662 return (T)min((Collection<SelfComparable>) (Collection) coll);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp157 static bool check_phi_clipping( PhiNode *phi, ConNode * &min, uint &min_idx, ConNode * &max, uint &max_idx, Node * &val, uint &val_idx ) { argument
158 min = NULL;
172 if( min == NULL ) {
173 min = n->Opcode() == Op_ConI ? (ConNode*)n : NULL;
178 if( min->get_int() > max->get_int() ) {
179 // Swap min and max
182 temp = min; min = max; max = temp;
197 return ( min && max && val && (min
249 check_convf2i_clipping( PhiNode *phi, uint idx, ConvF2INode * &convf2i, Node *min, Node *max) argument
636 ConNode *min; local
[all...]
H A Dtype.cpp1188 int min = min_jint; local
1191 min = limit->is_int()->_lo;
1193 if (min < _lo && _hi < max) {
1197 (juint)(_lo - min) >= (juint)(max - _hi)) {
1201 return make(min, _hi, WidenMax);
1289 return "min";
1291 sprintf(buf, "min+" INT32_FORMAT, n - min_jint);
1444 jlong min = min_jlong; local
1447 min = limit->is_long()->_lo;
1449 if (min < _l
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3951 private static double limit(double value, double min, double max) { argument
3952 value = Math.max(value, min);
3953 value = Math.min(value, max);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java168 double min, double max,
631 double value, double min, double max, double visible) {
633 nativeSetRangeValue(widget, value, min, max, visible);
167 nativeSetRangeValue(int widgetType, double value, double min, double max, double visible) argument
630 setRangeValue(SynthContext context, Region id, double value, double min, double max, double visible) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1486 intptr_t* min = MIN2(v0, v1); local
H A Darguments.cpp1674 bool Arguments::verify_interval(uintx val, uintx min, argument
1676 // Returns true iff value is in the inclusive interval [min..max]
1678 if (val >= min && val <= max) {
1684 name, val, min, max); local
1688 bool Arguments::verify_min_value(intx val, intx min, const char* name) { argument
1689 // Returns true if given value is at least specified min threshold
1691 if (val >= min ) {
1696 name, val, min); local
2302 "Bad min heap free percentage size: %s\n",
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c1062 int min; local
1081 XmNminimum, &min,
1097 newValue = MAX(min, value+ (scrollAdjustment * wheelAmt));
1117 int min; local
1125 XmNminimum, &min,
1127 if (slider_size < max - min) {
1137 XmNminimum, &min,
1139 if (slider_size < max - min) {
H A Dgtk2_interface.c2225 jdouble min, jdouble max, jdouble visible)
2233 adj->lower = (gdouble)min;
2224 gtk2_set_range_value(WidgetType widget_type, jdouble value, jdouble min, jdouble max, jdouble visible) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java1039 int min, int max, int val, int vis, boolean horizontal) {
1041 double f = (double)(length - 2*(thickness-1)) / Math.max(1, ((max - min) + vis));
1042 int v1 = thickness + (int)(f * (val - min));
1038 drawScrollbar(Graphics g, Color bg, int thickness, int length, int min, int max, int val, int vis, boolean horizontal) argument
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java145 * Object min/max(Comparator=contentOrder())
1254 /** Equivalent to Collections.min(this.asList(), c). */
1255 public Object min(Comparator<Object> c) { method in class:XMLKit.Element
1256 return Collections.min(this.asList(), c);
1259 public Object min() { method in class:XMLKit.Element
1260 return min(CONTENT_ORDER);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c2777 /* {{{ s_mp_grow(mp, min) */
2779 /* Make sure there are at least 'min' digits allocated to mp */
2780 mp_err s_mp_grow(mp_int *mp, mp_size min) argument
2782 if(min > ALLOC(mp)) {
2785 /* Set min to next nearest default precision block size */
2786 min = MP_ROUNDUP(min, s_mp_defprec);
2788 if((tmp = s_mp_alloc(min, sizeof(mp_digit), FLAG(mp))) == NULL)
2798 ALLOC(mp) = min;
2807 /* {{{ s_mp_pad(mp, min) */
2810 s_mp_pad(mp_int *mp, mp_size min) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp951 // Avoid use of global min/max macros which may cause unwanted double
957 #ifdef min
958 #undef min macro
962 #define min(a,b) Do_not_use_min_use_MIN2_instead macro
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp1295 const double min = double(min_percent) / 100.0; local
1296 const double limit = raw_limit - _dwl_adjustment + min;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp986 void AwtComponent::SetScrollValues(UINT bar, int min, int value, int max) argument
991 if (min == INT_MAX) {
992 min = minTmp;
1000 if (min == max) {
1003 ::SetScrollRange(GetHWnd(), bar, min, max, FALSE); local

Completed in 215 milliseconds

12345