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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dvms-alpha.c74 #define MIN macro
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic79xxvar.h64 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
H A Daic7xxxvar.h151 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c404 # undef MIN macro
406 # define MIN macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.c344 # undef MIN macro
346 # define MIN macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h2624 # define MIN(a,b) (((a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c63 #undef MIN macro
64 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h483 #undef MIN macro
484 #define MIN(l,o) ((l) < (o) ? (l) : (o)) macro
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c57519 # define MIN macro
72683 # define MIN macro
116203 # define MIN macro
129888 # define MIN macro
[all...]

Completed in 745 milliseconds

12345