MIN                56 chrome/installer/mac/third_party/bsdiff/goobsdiff.c #define MIN(x,y) (((x)<(y)) ? (x) : (y))
MIN                29 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c #define MIN(a, b) (((a) < (b)) ? (a) : (b))
MIN                74 third_party/harfbuzz-ng/src/hb-private.hh #undef MIN
MIN                76 third_party/harfbuzz-ng/src/hb-private.hh static inline Type MIN (const Type &a, const Type &b) { return a < b ? a : b; }
MIN               129 third_party/libevent/evdns.c #undef MIN
MIN               130 third_party/libevent/evdns.c #define MIN(a,b) ((a)<(b)?(a):(b))
MIN               189 third_party/libevent/http.c #define MIN(a,b) (((a)<(b))?(a):(b))
MIN               268 third_party/libjpeg/jpegint.h #undef MIN
MIN               269 third_party/libjpeg/jpegint.h #define MIN(a,b)	((a) < (b) ? (a) : (b))
MIN                78 third_party/libpng/pngrio.c #define MIN(a,b) (a <= b ? a : b)
MIN                72 third_party/libpng/pngwio.c #define MIN(a,b) (a <= b ? a : b)
MIN               147 third_party/libusb/src/libusb/libusbi.h #define MIN(a, b)	((a) < (b) ? (a) : (b))
MIN              55284 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x)<(y)?(x):(y))
MIN              69173 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x)<(y)?(x):(y))
MIN              124570 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x) > (y) ? (y) : (x))
MIN                28 third_party/sqlite/src/ext/async/sqlite3async.c #define MIN(x,y) ((x)<(y)?(x):(y))
MIN               313 third_party/sqlite/src/ext/rtree/rtree.c # define MIN(x,y) ((x) > (y) ? (y) : (x))
MIN                21 third_party/sqlite/src/src/backup.c # define MIN(x,y) ((x)<(y)?(x):(y))
MIN                37 third_party/sqlite/src/src/memjournal.c # define MIN(x,y) ((x)<(y)?(x):(y))
MIN               250 third_party/sqlite/src/src/test_onefile.c #define MIN(x,y) ((x)<(y)?(x):(y))
MIN               599 third_party/talloc/libreplace/replace.h #define MIN(a,b) ((a)<(b)?(a):(b))
MIN                27 third_party/talloc/libreplace/test/os2_delete.c #define MIN(a,b) ((a)<(b)?(a):(b))