Searched defs:MAX (Results 1 - 19 of 19) sorted by path

/barrelfish-master/include/sys/
H A Dparam.h302 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/barrelfish-master/lib/libc/rpc/
H A Dsvc_dg.c73 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/barrelfish-master/lib/rcce/
H A DRCCE_reduce.c35 #define MAX(x,y) ( (x) > (y) ? (x) : (y) ) macro
/barrelfish-master/lib/skb/
H A Dskb_snprintf.c164 # define MAX(p,q) (((p) >= (q)) ? (p) : (q)) macro
/barrelfish-master/lib/tommath/
H A Dtommath.h31 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dadjlogs.c38 #define MAX(x,y) ( (x) > (y) ? (x) : (y) ) macro
/barrelfish-master/lib/compiler-rt/builtins/
H A Dmulodi4.c22 const di_int MAX = ~MIN; local
H A Dmulosi4.c22 const si_int MAX = ~MIN; local
H A Dmuloti4.c24 const ti_int MAX = ~MIN; local
H A Dmulvdi3.c22 const di_int MAX = ~MIN; local
H A Dmulvsi3.c22 const si_int MAX = ~MIN; local
H A Dmulvti3.c24 const ti_int MAX = ~MIN; local
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Dint128_builtins.cpp25 const __int128_t MAX = ~MIN; local
/barrelfish-master/lib/mdb/
H A Dmdb_tree.c17 #define MAX(a, b) ((a)>(b)?(a):(b)) macro
[all...]
/barrelfish-master/lib/phoenix/
H A Dmap_reduce.c75 #define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) macro
/barrelfish-master/tools/weever/
H A Dloader.c43 #define MAX(x,y) ((x)>(y) ? (x) : (y)) macro
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_echo.c58 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dudp_openloop.c43 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/barrelfish-master/usr/tests/net_tests/posix-sockets/
H A Dmain.c47 #define MAX(a,b) (((a)>(b))?(a):(b)) macro

Completed in 119 milliseconds