Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnumeric.c47 const struct {long const rmin, rmax;} * rng = rng_table; in optionShowRange() member
74 if (rng->rmax == LONG_MIN) in optionShowRange()
77 fprintf(option_usage_fp, zRangeUpto, pz_indent, rng->rmax); in optionShowRange()
78 else if (rng->rmax == LONG_MAX) in optionShowRange()
82 rng->rmax); in optionShowRange()
/freebsd/contrib/bearssl/T0/
H A DTPointerExpr.cs65 long rmax = (long)max + off; in GetMaxBitLength()
70 if (rmax > 0) { in GetMaxBitLength()
71 numBits = Math.Max(numBits, BitLength(rmax)); in GetMaxBitLength()
/freebsd/crypto/openssl/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;
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c154 vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, in vt_generate_cons_palette() argument
179 vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax, in vt_config_cons_colors() argument
189 return (vt_generate_cons_palette(info->fb_cmap, format, rmax, in vt_config_cons_colors()
H A Dvt_termcolors.h61 int vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax,
/freebsd/lib/libutil/
H A Dlogin_class.c101 rlim_t rmax = rlim.rlim_max; in setclassresources() local
107 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources()
109 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
/freebsd/contrib/sendmail/libsm/
H A Drpool.c386 SM_RESOURCE_T *r, *rmax; local
401 rmax = rpool->sm_rptr;
404 for (r = rl->sm_rvec; r < rmax; ++r)
414 rmax = &rl->sm_rvec[SM_RLIST_MAX];
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c924 static struct {long rmin, rmax;} const rng[1] = { in doOptSteplimit() member
937 if (rng[ix].rmax == LONG_MIN) in doOptSteplimit()
939 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptSteplimit()
960 static struct {long rmin, rmax;} const rng[1] = { in doOptNtpversion() member
973 if (rng[ix].rmax == LONG_MIN) in doOptNtpversion()
975 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptNtpversion()
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c811 int rmax, r, i, txstream; in maxrate() local
815 rmax = 0; in maxrate()
836 rmax = ieee80211_htrates[i].ht40_rate_400ns; in maxrate()
838 rmax = ieee80211_htrates[i].ht40_rate_800ns; in maxrate()
840 rmax = ieee80211_htrates[i].ht20_rate_400ns; in maxrate()
842 rmax = ieee80211_htrates[i].ht20_rate_800ns; in maxrate()
847 if (r > rmax) in maxrate()
848 rmax = r; in maxrate()
852 if (r > rmax) in maxrate()
853 rmax = r; in maxrate()
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1034 static struct {long rmin, rmax;} const rng[1] = { in doOptImbits() member
1047 if (rng[ix].rmax == LONG_MIN) in doOptImbits()
1049 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptImbits()
1093 static struct {long rmin, rmax;} const rng[1] = { in doOptModulus() member
1106 if (rng[ix].rmax == LONG_MIN) in doOptModulus()
1108 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptModulus()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c135 int ra, rb, rmax; in tarfs_bmap() local
175 rmax = vp->v_mount->mnt_iosize_max / iosize - 1; in tarfs_bmap()
176 *ap->a_runp = imin(ra, rmax); in tarfs_bmap()
178 *ap->a_runb = imin(rb, rmax); in tarfs_bmap()
/freebsd/contrib/tzcode/
H A Dzic.c1303 r = 0, rmax = 0; in get_rand_u64()
1306 uint_fast64_t rmax1 = rmax; in get_rand_u64()
1315 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64()
1316 } while (rmax < UINT_FAST64_MAX); in get_rand_u64()
/freebsd/stand/common/
H A Dgfx_fb.c225 rgb_color_map(uint8_t index, uint32_t rmax, int roffset, in rgb_color_map() argument
352 uint32_t rmax, int roffset, uint32_t gmax, int goffset, in generate_cons_palette() argument
366 palette[i] = rgb_color_map(i, rmax, roffset, in generate_cons_palette()
/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map1281 u32 rmax {