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

1234567891011>>

/haiku-fatelf/src/preferences/screen/
H A DUtility.cpp4 float round(float n, int32 max) argument
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathHalfLimits.h56 static float max() {return HALF_MAX;} function in struct:Imath::limits
H A DImathLimits.h60 #undef max macro
136 static char max() {return CHAR_MAX;} function in struct:Imath::limits
147 static signed char max() {return SCHAR_MAX;} function in struct:Imath::limits
158 static unsigned char max() {return UCHAR_MAX;} function in struct:Imath::limits
169 static short max() {retur function in struct:Imath::limits
180 static unsigned short max() {return USHRT_MAX;} function in struct:Imath::limits
191 static int max() {return INT_MAX;} function in struct:Imath::limits
202 static unsigned int max() {return UINT_MAX;} function in struct:Imath::limits
213 static long max() {return LONG_MAX;} function in struct:Imath::limits
224 static unsigned long max() {return ULONG_MAX;} function in struct:Imath::limits
235 static float max() {return FLT_MAX;} function in struct:Imath::limits
246 static double max() {return DBL_MAX;} function in struct:Imath::limits
257 static long double max() {return LDBL_MAX;} function in struct:Imath::limits
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFormatDingbatCallout.java34 public FormatDingbatCallout(int max, boolean fo) { argument
H A DFormatGraphicCallout.java36 public FormatGraphicCallout(String path, String ext, int max, boolean fo) { argument
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFormatDingbatCallout.java34 public FormatDingbatCallout(int max, boolean fo) { argument
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dmydefs.h35 #define max(x,y) (((y)>(x))?(y):(x)) macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DListControl.h2 #define max(a,b) ((a)>=(b)?(a):(b)) macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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-fatelf/src/tests/kits/net/sock/
H A Dglobal.h38 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dsock.h65 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_init/
H A D7-1.c92 long max; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsupport.h53 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DMisc.h41 static inline C max(const C &a, const C &b) { return (a > b ? a : b); } function
/haiku-fatelf/src/add-ons/screen_savers/spider/
H A DPolygon.cpp20 float max = bounds.Width() / 320.0; local
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dint.h69 static INLINE int int_clamp(int a, int min, int max) { argument
/haiku-fatelf/src/add-ons/translators/wonderbrush/support/
H A Dsupport.h16 constrain(float& value, float min, float max) argument
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h14 double max; member in class:ChartDataRange
23 ChartDataRange(double min, double max) argument
[all...]
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/haiku-fatelf/src/bin/
H A Dlistarea.c28 int32 max = 0, used = 0; local
H A Dlistport.c50 int32 max = 0, used = 0, left; local
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DFormatGraphicCallout.java40 public FormatGraphicCallout(NamePool nPool, String path, String ext, int max, boolean fo) { argument
H A DFormatUnicodeCallout.java40 FormatUnicodeCallout(NamePool nPool, String font, int start, int max, boolean fo) argument

Completed in 266 milliseconds

1234567891011>>