Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 10 of 10) sorted by relevance

/linux-3.3/arch/blackfin/mach-bf561/boards/
Dacvilon.c302 #define MAX(x, y) (x > y ? x : y) macro
/linux-3.3/lib/mpi/
Dmpi-internal.h70 #define MAX(h, i) ((h) > (i) ? (h) : (i)) macro
/linux-3.3/drivers/media/dvb/frontends/
Dstv0367_priv.h43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) macro
/linux-3.3/block/
Ddeadline-iosched.c395 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
Dcfq-iosched.c3793 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
/linux-3.3/fs/xfs/
Dxfs_linux.h156 #define MAX(a,b) (max(a,b)) macro
/linux-3.3/scripts/kconfig/lxdialog/
Ddialog.h63 #define MAX(x,y) (x > y ? x : y) macro
/linux-3.3/arch/blackfin/mach-bf537/boards/
Dstamp.c438 #define MAX(x, y) (x > y ? x : y) macro
/linux-3.3/lib/
Dbtree.c48 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/linux-3.3/drivers/hwmon/
Dadt7475.c28 #define MAX 2 macro