Searched refs:c_min (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A Dprotocol_version.pm100 foreach my $c_min (0..$#min_protocols) {
101 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
107 expected_result($c_min, $c_max, $s_min, $s_max,
113 "MinProtocol" => $min_protocols[$c_min],
335 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
339 $c_min = $c_min == 0 ? 0 : $c_min - 1;
346 $c_min
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A Dprotocol_version.pm147 foreach my $c_min (0..$#min_protocols) {
148 my $c_max_min = $c_min == 0 ? 0 : $c_min - 1;
154 expected_result($c_min, $c_max, $s_min, $s_max,
161 "MinProtocol" => $min_protocols[$c_min],
343 my ($c_min, $c_max, $s_min, $s_max, $min_enabled, $max_enabled,
349 $c_min = $c_min == 0 ? 0 : $c_min - 1;
356 $c_min
[all...]
/netbsd-current/sys/dev/i2c/
H A Daxp809.c52 u_int c_min; member in struct:axp809_ctrl
67 { .c_name = (name), .c_min = (min), .c_max = (max), \
74 { .c_name = (name), .c_min = (min), .c_max = (max), \
213 if (min < c->c_min || min > c->c_max)
218 vol = c->c_min;
266 *pvol = c->c_min + reg_val * c->c_step1;
268 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) +
H A Dact8846.c84 u_int c_min; member in struct:act8846_ctrl
92 .c_min = ACT_VOLTAGE_MIN, .c_max = ACT_VOLTAGE_MAX, \
243 if (min < c->c_min || min > c->c_max || (min % 25) != 0)
H A Daxppmic.c119 u_int c_min; member in struct:axppmic_ctrl
137 { .c_name = (name), .c_min = (min), .c_max = (max), \
145 { .c_name = (name), .c_min = (min), .c_max = (max), \
153 { .c_name = (name), .c_min = (min), .c_max = (max), \
162 { .c_name = (name), .c_min = (min), .c_max = (max), \
519 if (min < c->c_min || min > c->c_max)
524 vol = c->c_min;
570 *pvol = c->c_min + reg_val * c->c_step1;
575 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) +
/netbsd-current/bin/pax/
H A Dcpio.h135 char c_min[8]; /* block/char minor # */ member in struct:__anon29
H A Dcpio.c592 devminor = (dev_t)asc_u32(hd->c_min, sizeof(hd->c_min), HEX);
595 devminor = (dev_t)asc_u32(hd->c_rmin, sizeof(hd->c_min), HEX);
768 u32_asc((uintmax_t)MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min),
772 u32_asc((uintmax_t)MINOR(arcn->sb.st_rdev),hd->c_rmin,sizeof(hd->c_min),
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_asid.c669 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; local
679 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max))
689 if (ASN1_INTEGER_cmp(p_min, c_min) > 0)
H A Dv3_addr.c1113 unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN]; local
1124 c_min, c_max, length))
1134 if (memcmp(p_min, c_min, length) > 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_asid.c672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; local
682 if (!extract_min_max(sk_ASIdOrRange_value(child, c), &c_min, &c_max))
692 if (ASN1_INTEGER_cmp(p_min, c_min) > 0)
H A Dv3_addr.c1130 unsigned char c_min[ADDR_RAW_BUF_LEN], c_max[ADDR_RAW_BUF_LEN]; local
1141 c_min, c_max, length))
1151 if (memcmp(p_min, c_min, length) > 0)

Completed in 112 milliseconds