Searched refs:rmin (Results 1 - 9 of 9) 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
77 fprintf(option_usage_fp, zRangeExact, pz_indent, rng->rmin);
78 else if (rng->rmin == LONG_MIN)
81 fprintf(option_usage_fp, zRangeAbove, pz_indent, rng->rmin);
83 fprintf(option_usage_fp, zRange, pz_indent, rng->rmin,
/netbsd-current/sys/arch/macppc/dev/
H A Dfcu.c242 uint16_t rmin, rmax; local
264 memcpy(&rmin, &eeprom[0x54], 2);
266 fan->base_rpm = rmin;
268 fan->step = (rmax - rmin) / 30;
271 memcpy(&rmin, &eeprom[0x4c], 2);
273 fan->base_rpm = rmin;
275 fan->step = (rmax - rmin) / 30;
278 memcpy(&rmin, &eeprom[0x50], 2);
280 fan->base_rpm = rmin;
282 fan->step = (rmax - rmin) / 3
[all...]
/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
1041 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1043 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1091 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon26
1100 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1102 if (pOptDesc->optArg.argInt == rng[ix].rmin)
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.c922 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon21
931 if (pOptDesc->optArg.argInt < rng[ix].rmin)
933 if (pOptDesc->optArg.argInt == rng[ix].rmin)
958 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon22
967 if (pOptDesc->optArg.argInt < rng[ix].rmin)
969 if (pOptDesc->optArg.argInt == rng[ix].rmin)
/netbsd-current/sys/arch/arm/fdt/
H A Dpcihost_fdt.c675 const bus_addr_t rmin = pbs->ranges[i].bpci; local
677 if ((bpa >= rmin) && ((bpa - 1 + size) <= rmax)) {
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2838_pcie.c862 const bus_addr_t rmin = bs->ranges[i].bpci; local
865 if ((bpa >= rmin) && ((bpa - 1 + size) <= rmax)) {
866 const bus_addr_t pa = bs->ranges[i].bbus + (bpa - rmin);
/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
2125 (widest_int::from (rmin,
H A Dbuiltins.c9617 REAL_VALUE_TYPE rmax, rmin;
9637 real_from_string (&rmin, buf);
9639 min_exp = build_real (type, rmin);
9614 REAL_VALUE_TYPE rmax, rmin; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc8813 REAL_VALUE_TYPE rmax, rmin;
8833 real_from_string (&rmin, buf);
8835 min_exp = build_real (type, rmin);
8810 REAL_VALUE_TYPE rmax, rmin; local

Completed in 181 milliseconds