Searched defs:min (Results 151 - 175 of 216) sorted by relevance

123456789

/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dcurve.c283 project (gfloat value, gfloat min, gfloat max, int norm) argument
289 unproject (gint value, gfloat min, gfloat max, int norm) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DIterators.cpp34 static inline C min(const C &a, const C &b) { return (a < b ? a : b); } function
/haiku-fatelf/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp471 morph(double* value, double* direction, double* velocity, double min, double max) argument
/haiku-fatelf/src/kits/tracker/
H A DRegExp.cpp1083 int32 min; local
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.cpp714 double min = FLT_MAX; local
/haiku-fatelf/src/kits/interface/
H A DScrollBar.cpp195 BScrollBar(BRect frame, const char* name, BView *target, float min, float max, orientation direction) argument
225 BScrollBar(const char* name, BView *target, float min, float max, orientation direction) argument
495 GetRange(float *min, float *max) const argument
[all...]
H A DMenuField.cpp124 BSize min; member in struct:BMenuField::LayoutData
[all...]
H A DTextControl.cpp145 BSize min; member in struct:BTextControl::LayoutData
[all...]
H A DTwoDimensionalLayout.cpp390 BTwoDimensionalLayout::GetHeightForWidth(float width, float* min, float* max, argument
398 width, outerSpacing), min, max, preferred); local
1263 BSize min = item->MinSize(); local
[all...]
/haiku-fatelf/src/preferences/screen/
H A DScreenWindow.cpp313 float min, max; local
656 float min, ma local
977 float min = 0, max = 999; local
[all...]
/haiku-fatelf/headers/os/support/
H A DSupportDefs.h168 # define min(a,b) ((a)>(b)?(b):(a)) macro
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.c1016 double min, max; local
1475 int min = imagec->sgnd ? -(1 << (imagec->prec - 1)) : 0; local
/haiku-fatelf/src/apps/terminal/
H A DBasicTerminalBuffer.cpp37 restrict_value(int32 value, int32 min, int32 max) argument
/haiku-fatelf/src/bin/compress/
H A Dcompress.c143 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c207 guess_time_tm (long int year, long int yday, int hour, int min, int sec, argument
295 int min = tp->tm_min; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c200 guess_time_tm (long int year, long int yday, int hour, int min, int sec, argument
288 int min = tp->tm_min; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddefs.h108 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
1074 #define min macro
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c704 int yy, mo, day, hour, min, sec; local
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-icmp.c298 u_int msec,sec,min,hrs; local
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c824 int deg = 0, min = 0, secs = 0, secsfrac = 0; local
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcolor-conversions.c66 double min, max; local
H A Dprint-color.c154 double min; member in struct:__anon5114
/haiku-fatelf/src/libs/print/libprint/
H A DPreview.cpp617 float min, max; local
/haiku-fatelf/src/preferences/backgrounds/
H A DBackgroundsView.cpp1214 bool min, max, mustSend = false; local
/haiku-fatelf/src/servers/registrar/
H A DAuthenticationManager.cpp163 void SetShadowInfo(const char* password, int lastChanged, int min, int max, argument
1102 int min; local

Completed in 240 milliseconds

123456789