Searched defs:min (Results 26 - 50 of 216) sorted by relevance

123456789

/haiku-fatelf/src/bin/gdb/gdb/
H A Denviron.c21 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/haiku-fatelf/src/bin/gdb/include/
H A Dfibheap.h50 struct fibnode *min; member in struct:fibheap
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dwcwidth.c19 int min = 0; local
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_date.c113 datepart(const char *buf, int size, int min, int max, int *errp) { argument
/haiku-fatelf/src/preferences/screen/
H A DRefreshSlider.cpp27 RefreshSlider::RefreshSlider(BRect frame, float min, float max, uint32 resizingMode) argument
H A DRefreshWindow.cpp30 RefreshWindow::RefreshWindow(BPoint position, float current, float min, float max) argument
/haiku-fatelf/src/tests/kits/net/sock/
H A Dourhdr.h40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/haiku-fatelf/src/tests/libs/alm/
H A DAreas.cpp53 BSize min = layout->MinSize(); local
H A DBadLayout.cpp62 BSize min = fLayout->MinSize(); local
H A DHelloWorld.cpp49 BSize min = fLayout->MinSize(); local
H A DPinwheel.cpp76 BSize min = layout->MinSize(); local
H A DTableDemo.cpp48 BSize min = layout->MinSize(); local
H A DViews.cpp88 BSize min = layout->MinSize(); local
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h28 min(const T &a, const T &b) function in namespace:BPrivate::DiskDevice
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathColorAlgo.cpp120 double min = (x < y) ? ((x < z) ? x : z) : ((y < z) ? y : z); local
153 double min = (r < g) ? ((r < b) ? r : b) : ((g < b) ? g : b); local
H A DImathInterval.h66 T min; member in class:Imath::Interval
[all...]
/haiku-fatelf/src/add-ons/translators/shared/
H A DStreamBuffer.cpp15 #define min(x,y) (((x) < (y)) ? (x) : (y)) macro
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Drgb_hsv.h24 float min, max; local
[all...]
/haiku-fatelf/src/bin/multiuser/
H A Duseradd.cpp55 int min = -1; local
/haiku-fatelf/src/kits/interface/
H A DLayoutUtils.cpp100 BLayoutUtils::FixSizeConstraints(float& min, float& max, float& preferred) argument
113 BLayoutUtils::FixSizeConstraints(BSize& min, BSize& max, BSize& preferred) argument
/haiku-fatelf/src/kits/interface/layouter/
H A DOneElementLayouter.cpp47 AddConstraints(int32 element, int32 length, float min, float max, float preferred) argument
/haiku-fatelf/src/libs/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dqsort.c37 #define min(a, b) (a) < (b) ? a : b macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DUtility.cpp20 int32 min = 0, max = CountItems() - 1; local
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp56 morph(double* value, double* direction, double min, double max) argument

Completed in 244 milliseconds

123456789