Home
last modified time | relevance | path

Searched refs:c_max (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/ssl-tests/
H A Dprotocol_version.pm149 foreach my $c_max ($c_max_min..$#max_protocols) {
154 expected_result($c_min, $c_max, $s_min, $s_max,
162 "MaxProtocol" => $max_protocols[$c_max],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
347 my $orig_c_max = $c_max;
350 $c_max = $c_max == scalar @$protocols ? $c_max - 1 : $c_max;
358 $c_max = min $c_max, $max_enabled;
361 if ($c_min > $c_max
364 && $c_max != $orig_c_max
371 } elsif ($s_min > $c_max) {
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib403 awk '$1 == "c_max" { print $3 }' /proc/spl/kstat/zfs/arcstats
406 sysctl -n kstat.zfs.misc.arcstats.c_max
462 echo " \"c_max\": \"$(get_max_arc_size)\"," >>$config
469 printf(" \"c_max\": %u,\n", `arc_stats.arcstat_c_max.value.ui64);
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
682 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max)) in asid_contains()
690 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
H A Dv3_addr.c1130 unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN]; in addr_contains() local
1141 c_min, c_max, length)) in addr_contains()
1149 if (memcmp(p_max, c_max, length) < 0) in addr_contains()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7700 auto c_max = [n, mn, sb2, sg2](double x) -> double { in outlier_variance() local
7715 return std::min(var_out(1), var_out(std::min(c_max(0.), c_max(mg_min)))) / sb2; in outlier_variance()