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

12345

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp856 #define MIN(a,b) (((a)<(b)) ? (a) : (b)) macro
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h1262 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
/macosx-10.10/rsync-45/rsync/
H A Drsync.h458 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/macosx-10.10/lsof-53/lsof/lib/
H A Dregex.c441 #undef MIN macro
443 #define MIN macro
/macosx-10.10/ruby-106/ruby/
H A Dregint.h270 #undef MIN macro
275 #define MIN(a,b) (((a)>(b))?(b):(a)) macro
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.h51 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c444 #undef MIN macro
445 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c453 #undef MIN macro
454 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c400 # undef MIN macro
402 # define MIN macro
/macosx-10.10/emacs-93/emacs/src/
H A Dregex.c568 #undef MIN macro
570 #define MIN macro
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dregex.c402 # undef MIN macro
404 # define MIN macro
/macosx-10.10/vim-55/src/
H A Dfileio.c3102 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
H A Dvim.h2127 # undef MIN macro
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c56466 # define MIN macro
71438 # define MIN macro
114066 # define MIN macro
127342 # define MIN macro
[all...]

Completed in 581 milliseconds

12345