Searched defs:max (Results 1 - 25 of 193) sorted by relevance

12345678

/haiku/src/preferences/screen/
H A DUtility.cpp4 float round(float n, int32 max) argument
H A DRefreshSlider.cpp27 RefreshSlider::RefreshSlider(BRect frame, float min, float max, uint32 resizingMode) argument
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h13 template<class t> const t & max(const t &t1, const t &t2) { return (t1 > t2) ? t1 : t2; } function
/haiku/src/system/libnetwork/musl/network/
H A Dinet_ntop.c15 int i, j, max, best; local
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DUtils.h17 template<typename T> T max(const T& a, const T& b) { return (a > b ? a : b); } function
/haiku/src/apps/haikudepot/ui_generic/
H A DScrollableGroupView.cpp52 float max = layoutHeight- viewHeight; local
/haiku/src/kits/shared/
H A DHSL.cpp19 float max = max_c(max_c(r, g), b); local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsupport.h53 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h14 double max; member in class:ChartDataRange
23 ChartDataRange(double min, double max) argument
[all...]
/haiku/src/libs/print/libprint/
H A DJSDSlider.cpp17 JSDSlider(const char* name, const char* label, BMessage* msg, int32 min, int32 max) argument
/haiku/src/tests/libs/alm/
H A DComplexButtons.cpp71 BSize max = fLayout->MaxSize(); local
H A DOperatorLayout.cpp48 BSize max = layout->MaxSize(); local
H A DThreeButtons.cpp50 BSize max = fLayout->MaxSize(); local
H A DAreas.cpp54 BSize max = layout->MaxSize(); local
H A DBadLayout.cpp63 BSize max = fLayout->MaxSize(); local
/haiku/src/add-ons/screen_savers/spider/
H A DPolygon.cpp20 float max = bounds.Width() / 320.0; local
/haiku/src/apps/serialconnect/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/haiku/src/bin/
H A Dlistarea.c28 int32 max = 0, used = 0; local
H A Dlistport.c50 int32 max = 0, used = 0, left; local
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dsupport.h16 constrain(float& value, float min, float max) argument
/haiku/src/tests/system/network/
H A Dselect_test_big.c24 int i, max = 0; local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DMisc.h18 static inline C max(const C &a, const C &b) { return (a > b ? a : b); } function
/haiku/src/apps/charactermap/
H A DUnicodeBlocks.cpp391 uint32 max = kNumUnicodeBlocks; local
/haiku/src/system/kernel/arch/x86/
H A Darch_timer.cpp69 int max = 0; local
/haiku/src/apps/terminal/
H A DTermScrollView.cpp20 TermScrollBar(BRect frame, const char *name, BView *target, float min, float max, orientation direction) argument

Completed in 133 milliseconds

12345678