Searched defs:MIN (Results 51 - 75 of 114) sorted by relevance

12345

/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h162 #define MIN(a,b) ((a<b)?a:b) macro
/macosx-10.10/disklabel-6/
H A Dutil.c46 #define MIN(a, b) \ macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h299 #undef MIN macro
301 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
/macosx-10.10/libxml2-26/libxml2/
H A Dtimsort.h45 #define MIN(x,y) (((x) < (y) ? (x) : (y))) macro
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTomMath.h30 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkImage.c17 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A DttkScale.c16 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTrig.c23 #undef MIN macro
24 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dinterface.h96 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dparam.h225 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/macosx-10.10/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp181 #define MIN(a,b) (((a)<(b)) ? (a) : (b)) macro
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_util.h82 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_reqtimeout.c167 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dor32-opc.c469 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/macosx-10.10/file_cmds-242/pax/
H A Dpax.h237 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/macosx-10.10/lukemftp-14/tnftp/
H A Dtnftp.h447 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_panels.c247 #undef MIN macro
248 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djpegint.h267 #undef MIN macro
268 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/addtiffo/
H A Dtif_overview.c64 # define MIN(a,b) ((a<b) ? a : b) macro
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTrig.c21 #undef MIN macro
22 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinDraw.c99 #define MIN(a,b) ((a>b) ? b : a) macro
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h359 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-internal.h165 #undef MIN macro
167 #define MIN(a, b) (((a) <= (b)) ? (a) : (b)) macro
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusbi.h117 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftpd.c152 #undef MIN macro
153 #define MIN(x,y) ((x)<(y)?(x):(y)) macro

Completed in 250 milliseconds

12345