Searched defs:MAX (Results 51 - 75 of 96) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinDraw.c100 #define MAX(a,b) ((a<b) ? b : a) macro
/macosx-10.10.1/xnu-2782.1.97/tools/tests/MPMMTest/
H A DKQMPMMtest.c22 #define MAX(A, B) ((A) < (B) ? (B) : (A)) macro
H A DMPMMtest.c20 #define MAX(A, B) ((A) < (B) ? (B) : (A)) macro
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-internal.h164 #undef MAX macro
166 #define MAX(a, b) (((a) >= (b)) ? (a) : (b)) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusbi.h118 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dmaxq.h50 # define MAX (MAXQ10 | MAXQ20) macro
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dalpha-opc.c406 #define MAX macro
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dpropagat.c124 #define MAX(a,b) ((a) > (b))?(a):(b) macro
/macosx-10.10.1/libpcap-48/libpcap/
H A Doptimize.c189 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dsnprintf.c190 #define MAX(p,q) (((p) >= (q)) ? (p) : (q)) macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/dbs/xtiff/
H A Dxtiff.c79 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c108 #define MAX(a,b) ((a)>(b)? (a): (b)) macro
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkNotebook.c15 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinDraw.c100 #define MAX(a,b) ((a<b) ? b : a) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h598 # define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/macosx-10.10.1/vim-55/src/
H A Dintegration.c72 # define MAX(a, b) (a) > (b) ? (a) : (b) macro
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h221 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h427 # define MAX(a,b) (((a)>(b))?(a):(b)) macro
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.c29 #define MAX(a,b) ((a > b) ? a : b) macro
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy.c36 #define MAX(x,y) ((x) >= (y) ? (x) : (y)) macro
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctftools.h61 #define MAX(a, b) ((a) < (b) ? (b) : (a)) macro
/macosx-10.10.1/file-46/file/src/
H A Dfile.h98 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c2231 COMMENT, MAX, MIN, NOMINAL, QUALITY enumerator in enum:subOptions
2449 COMMENT, VENDOR, MAX, MIN, NOMINAL, QUALITY enumerator in enum:options
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c83 #define MAX(a,b) ((a)>(b)? (a): (b)) macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c161 #define MAX(a,b) ((a)>(b)? (a): (b)) macro

Completed in 338 milliseconds

1234