Searched defs:MAX (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/libnetwork/netresolv/
H A Dport_after.h15 #define MAX(x,y) (((x) >= (y)) ? (x) : (y)) macro
/haiku/headers/posix/sys/
H A Dparam.h21 # define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.h66 #define MAX(x,y) ((x) < (y) ? (y) : (x)) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgrouping.h24 #define MAX(a,b) ({ typeof(a) _a = (a); typeof(b) _b = (b); \ macro
H A Dgmp-impl.h73 #define MAX(h,i) ((h) > (i) ? (h) : (i)) macro
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dconfig.h91 # define MAX(a,b) ((a) >? (b)) macro
93 # define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c38 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h123 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h49 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dlibhttpd.c117 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/haiku/headers/private/firewire/
H A Dfirewirereg.h411 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/haiku/src/build/libgnuregex/
H A Dregex.c227 #define MAX macro
/haiku/src/bin/unzip/
H A Dunzpriv.h2083 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro

Completed in 94 milliseconds