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

12345

/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h301 #undef MIN macro
303 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dor32-opc.c469 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dpax.h242 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c42 # define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_utils.h73 # define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Discsiutil.h204 #define MIN(A,B) (((A)<(B))?(A):(B)) macro
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc_html.c43 #define MIN(a,b) ((/*CONSTCOND*/(a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dbuiltins.c31 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dbuiltins.c31 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-internal.h135 #undef MIN macro
137 #define MIN(a, b) (((a) <= (b)) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dor32-opc.c469 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h322 #undef MIN macro
324 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dmulti-ix.c27 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dnext_mapping.h50 #undef MIN macro
55 #define MIN(X, Y) ((X < Y) ? X : Y) macro
61 #define MIN(X, Y) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A Dnext-mapping.h83 #undef MIN macro
88 # define MIN(X, Y) ((X < Y) ? X : Y) macro
94 # define MIN(X, Y) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h316 #undef MIN macro
318 #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc/execute/
H A Dnext_mapping.h50 #undef MIN macro
55 #define MIN(X, Y) ((X < Y) ? X : Y) macro
61 #define MIN(X, Y) \ macro
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dathrate-sample.h103 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dparser.c87 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_inst.c109 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h38 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dflexdef.h143 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Drx-parse.h91 MIN = 307, enumerator in enum:yytokentype
206 #define MIN 307 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Ddumbmp.c56 #define MIN(l,o) ((l) < (o) ? (l) : (o)) macro
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmake.h484 #define MIN(a, b) ((a < b) ? a : b) macro

Completed in 264 milliseconds

12345