Searched refs:rmax (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dnumeric.c49 const struct {long const rmin, rmax;} * rng = rng_table; member in struct:__anon223
76 if (rng->rmax == LONG_MIN)
79 fprintf(option_usage_fp, zRangeUpto, pz_indent, rng->rmax);
80 else if (rng->rmax == LONG_MAX)
84 rng->rmax);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dbsearch.c162 size_t rmax; /* right side of buffer for binary search */ local
175 for (l = 0, r = rmax = sz, i = sz >> 1; i >= l && i < rmax; loop_count++) {
179 linep = find_line(buf, i, rmax);
181 if (linep == NULL || k >= rmax) {
184 * but don't change rmax (this isn't optimal, but it's
194 heim_assert(i >= l && i < rmax, "invalid aname2lname db index");
200 for (key_start = i, key_len = 0, val_len = 0, k = i; k < rmax; k++) {
213 while (k < rmax && isspace((unsigned char)buf[k])) {
217 if (k < rmax)
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl134 my %rmax; # lib -> max assigned reason code
158 $rmax{$lib} = 100;
224 $rmax{$lib} = $code if $code > $rmax{$lib};
236 foreach my $lib ( sort keys %rmax ) {
374 $findcode = $rmax{$lib} if !defined $findcode;
477 $findcode = $rmax{$lib} if !defined $findcode;
/netbsd-current/sys/arch/macppc/dev/
H A Dfcu.c242 uint16_t rmin, rmax; local
265 memcpy(&rmax, &eeprom[0x56], 2);
267 fan->max_rpm = rmax;
268 fan->step = (rmax - rmin) / 30;
272 memcpy(&rmax, &eeprom[0x4e], 2);
274 fan->max_rpm = rmax;
275 fan->step = (rmax - rmin) / 30;
279 memcpy(&rmax, &eeprom[0x52], 2);
281 fan->max_rpm = rmax;
282 fan->step = (rmax
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dmkerr.pl129 my %rmax; # lib -> max assigned reason code
155 $rmax{$lib} = 100;
216 $rmax{$lib} = $code if $code > $rmax{$lib};
232 foreach my $lib ( sort keys %rmax ) {
344 if ( $lib eq "SSL" && $rmax{$lib} >= 1000 ) {
524 $findcode = $rmax{$lib} if !defined $findcode;
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen-opts.c1032 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon25
1045 if (rng[ix].rmax == LONG_MIN)
1047 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
1091 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon26
1104 if (rng[ix].rmax == LONG_MIN)
1106 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.c922 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon21
935 if (rng[ix].rmax == LONG_MIN)
937 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
958 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon22
971 if (rng[ix].rmax == LONG_MIN)
973 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
/netbsd-current/sys/arch/arm/fdt/
H A Dpcihost_fdt.c676 const bus_addr_t rmax = pbs->ranges[i].bpci - 1 + pbs->ranges[i].size; local
677 if ((bpa >= rmin) && ((bpa - 1 + size) <= rmax)) {
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2838_pcie.c863 const bus_addr_t rmax = bs->ranges[i].bpci - 1 + bs->ranges[i] local
865 if ((bpa >= rmin) && ((bpa - 1 + size) <= rmax)) {
/netbsd-current/lib/libc/time/
H A Dzic.c1283 r = 0, rmax = 0; local
1286 uint_fast64_t rmax1 = rmax;
1295 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX;
1296 } while (rmax < UINT_FAST64_MAX);
/netbsd-current/sys/dev/sbus/
H A Dp9100.c720 uint32_t rmax = ((sc->sc_width & 0x3fff) << 16) | local
727 p9100_ctl_write_4(sc, WINDOW_MAX, rmax);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vrp.c2101 wide_int rmin, rmax; local
2123 || (get_range_info (rhs1, &rmin, &rmax) == VR_RANGE
2129 (widest_int::from (rmax,
H A Dbuiltins.c9617 REAL_VALUE_TYPE rmax, rmin;
9635 real_from_string (&rmax, buf);
9638 max_exp = build_real (type, rmax);
9614 REAL_VALUE_TYPE rmax, rmin; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc8813 REAL_VALUE_TYPE rmax, rmin;
8831 real_from_string (&rmax, buf);
8834 max_exp = build_real (type, rmax);
8810 REAL_VALUE_TYPE rmax, rmin; local

Completed in 408 milliseconds