Searched defs:MIN (Results 1 - 14 of 14) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c44 #define MIN(a, b) ((a) < (b) ? a : b) macro
/haiku/src/system/libnetwork/netresolv/
H A Dport_after.h11 #define MIN(x,y) (((x) <= (y)) ? (x) : (y)) macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c91 # define MIN(a,b) ((a)<(b)?(a):(b)) macro
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c120 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dlibhttpd.h52 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/haiku/src/build/libgnuregex/
H A Dregex.c228 #define MIN macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h120 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/haiku/src/libs/glut/
H A Dglutint.h202 #define MIN 7 macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h70 #define MIN(l,o) ((l) < (o) ? (l) : (o)) macro
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.h67 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku/src/bin/network/telnet/
H A Dring.c73 #define MIN(a,b) (((a)<(b))? (a):(b)) macro
/haiku/src/bin/unzip/
H A Dunzpriv.h2086 # define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/haiku/headers/posix/sys/
H A Dparam.h18 # define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/haiku/headers/private/firewire/
H A Dfirewirereg.h410 #define MIN(a,b) (((a)<(b))?(a):(b)) macro

Completed in 131 milliseconds