Searched defs:max (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/cpp/std/
H A Dstd_valarray.h547 valarray<_Tp>::max() const function in class:valarray
H A Dvalarray_meta.h738 max (const _Expr<_Dom,_Tp>& __e) function
/haiku-fatelf/headers/cpp/
H A Dstl_algobase.h88 #undef max macro
96 inline const _Tp& max(const _Tp& __a, const _Tp& __b) { function
108 inline const _Tp& max(const _Tp& __a, const _Tp& __b, _Compare __comp) { function
/haiku-fatelf/headers/private/graphics/
H A Dvideo_overlay.h82 uint16 max; member in struct:__anon981
87 float max; member in struct:__anon982
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h61 #define max(a,b) (((a)>(b))? (a) : (b)) macro
/haiku-fatelf/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp415 uint32 max = strlen(name) + length + 1; local
464 uint32 max = strlen(buffer) + length + 1; local
470 size_t max = strlen(buffer) + nameLength + 1; local
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp495 size_t max = *count; local
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolderConfig.cpp281 BSize max = layout->MaxSize(); local
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h43 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/haiku-fatelf/src/add-ons/translators/exr/
H A DEXRTranslator.cpp15 #undef max macro
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTiledMisc.cpp55 levelSize (int min, int max, int l, LevelRoundingMode rmode) argument
259 calculateNumTiles(int *numTiles, int numLevels, int min, int max, int size, LevelRoundingMode rmode) argument
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp360 PopupSlider::SetMax(int32 max) argument
23 PopupSlider(const char* name, const char* label, BMessage* model, BHandler* target, int32 min, int32 max, int32 value, const char* formatString) argument
H A DSliderView.cpp266 SliderView::SetMax(int32 max) argument
317 SliderView::GetSliderButtonDimensions(int32 max, const char* formatString, argument
21 SliderView(PopupSlider* target, int32 min, int32 max, int32 value, const char* formatString) argument
/haiku-fatelf/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp94 IntProperty(uint32 identifier, int32 value, int32 min, int32 max) argument
229 FloatProperty(uint32 identifier, float value, float min, float max) argument
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp257 int32 min, max; local
/haiku-fatelf/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp235 BSize max = layout->MaxSize(); local
/haiku-fatelf/src/apps/networkstatus/
H A DRadioView.cpp55 RadioView::SetMax(int32 max) argument
194 _Compute(const BRect& bounds, BPoint& center, int32& count, int32 max, float& step) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dinput.c137 # undef max macro
139 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c125 #undef max /* also, just in case */ macro
130 max(int a, int b) function
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp379 int32 min, max; local
448 int32 min, max; local
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen-asm.c328 cgen_validate_signed_integer(long value, long min, long max) argument
348 cgen_validate_unsigned_integer(unsigned long value, unsigned long min, unsigned long max) argument
H A Dfr30-asm.c42 #undef max macro
43 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dfr30-ibld.c40 #undef max macro
41 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dfrv-asm.c42 #undef max macro
43 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dfrv-ibld.c40 #undef max macro
41 #define max(a,b) ((a) > (b) ? (a) : (b)) macro

Completed in 147 milliseconds

1234567891011>>