Searched refs:min (Results 101 - 125 of 1695) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c86 arc_default_max(uint64_t min, uint64_t allmem) argument
93 size = min;
154 * at specified min/max.
156 uint64_t min = (ptob(nr_file_pages()) / 100) * zfs_arc_pc_percent; local
157 min = MAX(arc_c_min, MIN(arc_c_max, min));
159 if (arc_dirty >= min)
162 return (MAX((int64_t)asize - (int64_t)min, 0));
/freebsd-current/crypto/heimdal/lib/roken/
H A Dparse_time-test.c88 sz = unparse_time(tests[i].val, buf, min(buf_sz, tests[i].size));
94 if (buf_sz > 0 && strncmp(buf, tests[i].str, min(buf_sz, tests[i].size) - 1) != 0)
96 if (buf_sz > 0 && buf[min(buf_sz, tests[i].size) - 1] != '\0')
H A Drecvmsg.c57 ssize_t cnt = min(nb, iov->iov_len);
H A Dreadv.c56 ssize_t cnt = min(nb, iov->iov_len);
/freebsd-current/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c127 uint32_t min; local
139 min = (1U + ~upper_bound) % upper_bound; /* = 2**32 mod upper_bound */
142 } while (r < min);
/freebsd-current/tools/test/stress2/misc/
H A Dlinger.sh53 min=2
54 [ -r $mntpoint/.sujournal ] && min=3
60 [ `echo $r | awk '{print $6}'` = $min ] && break
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_key.c52 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, argument
64 if (UI_add_input_string(ui, prompt, 0, buf, min,
67 && UI_add_verify_string(ui, prompt, 0, buff, min,
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_erff_2u.c14 float min, max, scale, shift, third; member in struct:data
16 .min = 0x1.cp-7f, /* 1/64 - 1/512. */
47 svbool_t a_gt_min = svacgt (pg, x, dat->min);
61 /* r and erf(r) set to 0 for |x| below min. */
65 /* scale set to 2/sqrt(pi) for |x| below min. */
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_asid.c35 ASN1_SIMPLE(ASRange, min, ASN1_INTEGER),
87 if ((s = i2s_ASN1_INTEGER(NULL, aor->u.range->min)) == NULL)
130 a->u.range->min != NULL && a->u.range->max != NULL));
134 b->u.range->min != NULL && b->u.range->max != NULL));
140 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min);
146 return ASN1_INTEGER_cmp(a->u.id, b->u.range->min);
148 return ASN1_INTEGER_cmp(a->u.range->min, b->u.id);
186 int which, ASN1_INTEGER *min, ASN1_INTEGER *max)
221 aor->u.id = min;
[all...]
/freebsd-current/contrib/diff/lib/
H A Dgetopt.h39 # define __GNUC_PREREQ(maj, min) (0)
/freebsd-current/contrib/smbfs/include/
H A Dcflib.h60 int min; /* min for ival */ member in struct:opt_args
/freebsd-current/contrib/sendmail/contrib/
H A Dbounce-resender.pl193 ($maj, $min) = (major($dev), minor($dev));
198 print MSGHDR "I$maj/$min/$ino\n";
217 $dev = $ino = $maj = $min = $r = $time = undef;
224 ($maj, $min) = (major($dev), minor($dev));
229 print MSGHDR "I$maj/$min/$ino\n";
248 $dev = $ino = $maj = $min = $r = $time = undef;
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c104 nfrontp += min(ret, remaining-1);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h56 std::min(static_cast<unsigned>(Buffer.size()),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h69 Quantity = std::min(Quantity, NumROBEntries);
/freebsd-current/sys/dev/acpica/
H A Dacpiio.h44 int min; /* remaining time (in minutes) */ member in struct:acpi_battinfo
98 #define ACPI_BIX_REV_MIN_CHECK(x, min) \
99 (((min) == ACPI_BIX_REV_BIF) ? ((x) == ACPI_BIX_REV_BIF) : \
100 (((x) == ACPI_BIX_REV_BIF) ? 0 : ((x) >= (min))))
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_clock.c138 * @min: Minimum expected frequency
146 u32 min,
156 if (freq < min) {
160 min); local
161 freq = min;
144 adf_dev_measure_clock(struct adf_accel_dev *accel_dev, u32 *frequency, u32 min, u32 max) argument
/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.h63 uint8_t min);
/freebsd-current/tools/tools/netrate/tcpp/
H A Drunit.pl12 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/freebsd-current/usr.bin/tip/libacu/
H A Dhayes.c63 #define min(a,b) ((a < b) ? a : b) macro
267 rlen = read(FD, dumbuf, min(len, DUMBUFLEN));
276 rlen = read(FD, dumbuf, min(len, DUMBUFLEN));
298 len = read(FD, dumbuf, min(len, DUMBUFLEN));
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/
H A Dtst.agg.min.ksh25 @[probefunc] = min(tid);
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h90 int tq_minalloc; /* min taskq_ent_t pool size */
163 #define taskq_create_proc(name, nthreads, pri, min, max, proc, flags) \
164 taskq_create(name, nthreads, pri, min, max, flags)
165 #define taskq_create_sysdc(name, nthreads, min, max, proc, dc, flags) \
167 taskq_create(name, nthreads, maxclsyspri, min, max, flags))
/freebsd-current/contrib/llvm-project/libcxx/src/pstl/
H A Dlibdispatch.cpp9 #include <__algorithm/min.h>
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h53 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type min() { return _Min; } function in class:random_device
/freebsd-current/contrib/xz/src/xz/
H A Dutil.h34 /// \param min Minimum valid value
37 /// \return Parsed value that is in the range [min, max]. Does not return
41 uint64_t min, uint64_t max);

Completed in 134 milliseconds

1234567891011>>