Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/cmd/sh/
H A Dmac.h46 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.h61 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
H A Dfmd_api.h71 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/titanic_44/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
/titanic_44/usr/src/cmd/fs.d/
H A Dfslib.h85 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_impl.h61 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/titanic_44/usr/src/lib/libcurses/screen/
H A Dinit_color.c180 MAX(float a, float b, float c) in MAX() function
H A Dtparm.c93 #define MAX 10 macro
/titanic_44/usr/src/lib/libnisdb/
H A Dldap_util.h43 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/titanic_44/usr/src/lib/libpcp/common/
H A Dlibpcp.h72 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h30 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/titanic_44/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c40 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/titanic_44/usr/src/uts/common/io/ral/
H A Dral_rate.c56 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h284 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) macro
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.h44 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/titanic_44/usr/src/cmd/sort/common/
H A Dutility.h65 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_memlist.c148 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dpriv.h55 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/titanic_44/usr/src/lib/libresolv2/include/
H A Dport_after.h291 #define MAX(x,y) (((x) >= (y)) ? (x) : (y)) macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h181 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c84 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c100 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_intel.c52 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c737 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) in main() macro
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h52 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro

123