Home
last modified time | relevance | path

Searched refs:rmax (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dnumeric.c49 const struct {long const rmin, rmax;} * rng = rng_table; in optionShowRange() member
76 if (rng->rmax == LONG_MIN) in optionShowRange()
79 fprintf(option_usage_fp, zRangeUpto, pz_indent, rng->rmax); in optionShowRange()
80 else if (rng->rmax == LONG_MAX) in optionShowRange()
84 rng->rmax); in optionShowRange()
/netbsd/src/crypto/external/bsd/openssl/dist/util/
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/src/sys/arch/macppc/dev/
Dfcu.c242 uint16_t rmin, rmax; in fcu_attach() local
265 memcpy(&rmax, &eeprom[0x56], 2); in fcu_attach()
267 fan->max_rpm = rmax; in fcu_attach()
268 fan->step = (rmax - rmin) / 30; in fcu_attach()
272 memcpy(&rmax, &eeprom[0x4e], 2); in fcu_attach()
274 fan->max_rpm = rmax; in fcu_attach()
275 fan->step = (rmax - rmin) / 30; in fcu_attach()
279 memcpy(&rmax, &eeprom[0x52], 2); in fcu_attach()
281 fan->max_rpm = rmax; in fcu_attach()
282 fan->step = (rmax - rmin) / 30; in fcu_attach()
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.c926 static struct {long rmin, rmax;} const rng[1] = { in doOptSteplimit() member
939 if (rng[ix].rmax == LONG_MIN) in doOptSteplimit()
941 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptSteplimit()
962 static struct {long rmin, rmax;} const rng[1] = { in doOptNtpversion() member
975 if (rng[ix].rmax == LONG_MIN) in doOptNtpversion()
977 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptNtpversion()
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen-opts.c1036 static struct {long rmin, rmax;} const rng[1] = { in doOptImbits() member
1049 if (rng[ix].rmax == LONG_MIN) in doOptImbits()
1051 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptImbits()
1095 static struct {long rmin, rmax;} const rng[1] = { in doOptModulus() member
1108 if (rng[ix].rmax == LONG_MIN) in doOptModulus()
1110 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptModulus()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2838_pcie.c863 const bus_addr_t rmax = bs->ranges[i].bpci - 1 + bs->ranges[i].size; in bcmstb_bus_space_map() local
864 if ((bpa >= rmin) && ((bpa - 1 + size) <= rmax)) { in bcmstb_bus_space_map()
/netbsd/src/lib/libc/time/
Dzic.c1286 r = 0, rmax = 0; in get_rand_u64()
1289 uint_fast64_t rmax1 = rmax; in get_rand_u64()
1298 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64()
1299 } while (rmax < UINT_FAST64_MAX); in get_rand_u64()
/netbsd/src/sys/dev/sbus/
Dp9100.c720 uint32_t rmax = ((sc->sc_width & 0x3fff) << 16) | in p9100_init_engine() local
727 p9100_ctl_write_4(sc, WINDOW_MAX, rmax); in p9100_init_engine()
/netbsd/src/share/man/tools/
Dnewsp.errs2362 rmax
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltins.cc8810 REAL_VALUE_TYPE rmax, rmin; in fold_builtin_interclass_mathfn() local
8828 real_from_string (&rmax, buf); in fold_builtin_interclass_mathfn()
8831 max_exp = build_real (type, rmax); in fold_builtin_interclass_mathfn()