Searched defs:MIN (Results 26 - 50 of 114) sorted by relevance

12345

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dread.c93 #define MIN(A,B) ((A) < (B) ? (A) : (B)) macro
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Daf_inet.c124 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
163 #undef MIN macro
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_getoption.c62 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dpoll.c32 #define MIN(x, y) ((x) > (y) ? (y) : (x)) macro
H A Dselect.c32 #define MIN(x, y) ((x) > (y) ? (y) : (x)) macro
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h27 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dread.c100 #define MIN(A,B) ((A) < (B) ? (A) : (B)) macro
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducmndata.c91 #define MIN(a,b) (((a)<(b)) ? (a) : (b)) macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetcwd.c75 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DSparseBundle.c27 # define MIN(a, b) \ macro
/macosx-10.10/libedit-40/src/
H A Dread.c100 #define MIN(A,B) ((A) < (B) ? (A) : (B)) macro
/macosx-10.10/ntp-92/util/
H A Dtg.c119 #define MIN 3 /* minute pulse */ macro
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcanonusr.c345 #undef MIN macro
347 #define MIN(a,b) (((a) < (b))? (a):(b)) macro
/macosx-10.10/sudo-73/src/
H A Dmissing.h145 # define MIN(a,b) (((a)<(b))?(a):(b)) macro
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dtommath.h27 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dsgisv.c251 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/macosx-10.10/tidy-15.15/tidy/src/
H A Dtidy-int.h29 #define MIN(a,b) (((a) < (b))?(a):(b)) macro
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_file_rd.c105 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
H A Dlmbench_bw_mmap_rd.c116 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrDATypes.h73 #define MIN(a, b) ( ((a) < (b)) ? (a) : (b) ) macro
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c32 #define MIN(a,b) ((a<b)?(a):(b)) macro
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h20 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/macosx-10.10/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp38 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-backtrack.c216 #undef MIN macro
217 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_private.h30 #define MIN(a,b) (((a)<(b))?(a):(b)) macro

Completed in 336 milliseconds

12345