Searched refs:MIN (Results 1 - 25 of 739) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dicmpcode.c15 #ifndef MIN
16 # define MIN(a,b) ((a) > (b) ? (b) : (a)) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dnegvdi2.c20 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT) - 1); local
21 if (a == MIN)
H A Dnegvsi2.c20 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT) - 1); local
21 if (a == MIN)
H A Dnegvti2.c22 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT) - 1); local
23 if (a == MIN)
H A Dmulodi4.c21 const di_int MIN = (di_int)1 << (N - 1); local
22 const di_int MAX = ~MIN;
25 if (a == MIN) {
30 if (b == MIN) {
45 if (abs_a > MIN / -abs_b)
H A Dmulosi4.c21 const si_int MIN = (si_int)1 << (N - 1); local
22 const si_int MAX = ~MIN;
25 if (a == MIN) {
30 if (b == MIN) {
45 if (abs_a > MIN / -abs_b)
H A Dmuloti4.c23 const ti_int MIN = (ti_int)1 << (N - 1); local
24 const ti_int MAX = ~MIN;
27 if (a == MIN) {
32 if (b == MIN) {
47 if (abs_a > MIN / -abs_b)
H A Dmulvdi3.c21 const di_int MIN = (di_int)1 << (N - 1); local
22 const di_int MAX = ~MIN;
23 if (a == MIN) {
28 if (b == MIN) {
43 if (abs_a > MIN / -abs_b)
H A Dmulvsi3.c21 const si_int MIN = (si_int)1 << (N - 1); local
22 const si_int MAX = ~MIN;
23 if (a == MIN) {
28 if (b == MIN) {
43 if (abs_a > MIN / -abs_b)
H A Dmulvti3.c23 const ti_int MIN = (ti_int)1 << (N - 1); local
24 const ti_int MAX = ~MIN;
25 if (a == MIN) {
30 if (b == MIN) {
45 if (abs_a > MIN / -abs_b)
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv_util.h55 #undef MIN macro
56 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dint128_builtins.cpp24 const __int128_t MIN = (__int128_t)1 << (N - 1); local
25 const __int128_t MAX = ~MIN;
28 if (a == MIN) {
33 if (b == MIN) {
48 if (abs_a > MIN / -abs_b)
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_math.h76 * MIN, ROUNDUP
81 /****d* Component Library: Math/MIN
83 * MIN
86 * The MIN macro returns the greater of two values.
89 * MIN( x, y );
104 #ifndef MIN
105 #define MIN(x,y) ((x) < (y) ? (x) : (y)) macro
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl35 $MIN = 60 * $SEC;
36 $HR = 60 * $MIN;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
55 + $tzmin * $MIN - 60 * 60 * ($_[8] != 0);
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_sorts.h41 /* Define a MIN macro if we don't already have one */
42 #ifndef MIN
43 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/freebsd-11-stable/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c41 memcpy(mc->mc_frame, r, MIN(sizeof(mc->mc_frame), sizeof(*r)));
49 memcpy(r, mc->mc_frame, MIN(sizeof(mc->mc_frame), sizeof(*r)));
57 memcpy(mc->mc_fpreg, r, MIN(sizeof(mc->mc_fpreg), sizeof(*r)));
67 memcpy(r, mc->mc_fpreg, MIN(sizeof(mc->mc_fpreg), sizeof(*r)));
/freebsd-11-stable/lib/libthread_db/arch/sparc64/
H A Dlibpthread_md.c43 memcpy(&uc->uc_mcontext, r, MIN(sizeof(uc->uc_mcontext), sizeof(*r)));
50 memcpy(r, &uc->uc_mcontext, MIN(sizeof(uc->uc_mcontext), sizeof(*r)));
58 memcpy(mc->mc_fp, r->fr_regs, MIN(sizeof(mc->mc_fp),
71 memcpy(r->fr_regs, mc->mc_fp, MIN(sizeof(mc->mc_fp),
/freebsd-11-stable/sys/dev/bwi/
H A Dbitops.h72 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
/freebsd-11-stable/sys/dev/sym/
H A Dsym_conf.h98 #define SYM_CONF_MAX_SG (MIN(33, (MAXPHYS / PAGE_SIZE) + 1))
/freebsd-11-stable/contrib/bmake/
H A Ddirname.c51 #ifndef MIN
52 # define MIN(a, b) ((a < b) ? a : b) macro
94 buflen = MIN(len, buflen - 1);
/freebsd-11-stable/contrib/diff/lib/
H A Dcmpbuf.c74 #undef MIN macro
75 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
92 size_t bytes_to_read = MIN (buflim - bp, readlim);
/freebsd-11-stable/contrib/gcc/
H A Drtlhooks.c80 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode))
81 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x))));
156 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode))
157 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x))));
/freebsd-11-stable/libexec/rbootd/
H A Drmp.h46 * Define MIN/MAX sizes of RMP (ethernet) packet.
52 #define RMP_MAX_PACKET MIN(1514,MCLBYTES)
/freebsd-11-stable/usr.sbin/fstyp/
H A Dcd9660.c58 strlcpy(label, volume, MIN(size, VOLUME_LEN));
/freebsd-11-stable/lib/libnetbsd/sys/
H A Dcdefs.h79 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))

Completed in 135 milliseconds

1234567891011>>