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

/haiku/src/tests/system/libroot/posix/
H A Dtst-wcsnlen.c24 #define TEST(Str, Max, Exp) \
25 n = wcsnlen (L##Str, Max); \
28 printf ("wcsnlen (L\"%s\", %d) = %d, not %d\n", Str, Max, n, Exp); \
/haiku/headers/libs/linprog/
H A DVariable.h31 double Max() const;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.h48 int32 Max() const;
H A DPopupSlider.h74 int32 Max() const;
H A DPopupSlider.cpp64 SliderView::GetSliderButtonDimensions(Max(), FormatString(), &font,
369 // Max
371 PopupSlider::Max() const function in class:PopupSlider
375 value = fSlider->Max();
378 value = fSlider->Max();
449 string << (value * 100) / Max() << "%";
H A DSliderView.cpp34 if (Max() < Min())
39 GetSliderButtonDimensions(Max(), FormatString(), &font,
44 float size = Max() - Min();
276 // Max
278 SliderView::Max() const function in class:SliderView
/haiku/src/libs/linprog/
H A DVariable.cpp111 Variable::Max() const function in class:Variable
H A DActiveSetSolver.cpp556 double max = variable->Max();
573 constraintLE->SetLabel("Var Max");
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.h91 inline int32 Max() const function in class:IntProperty
134 inline float Max() const function in class:FloatProperty

Completed in 82 milliseconds