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

/freebsd-12-stable/contrib/bearssl/T0/
H A DTPointerExpr.cs65 long rmax = (long)max + off;
70 if (rmax > 0) {
71 numBits = Math.Max(numBits, BitLength(rmax));
/freebsd-12-stable/sys/dev/vt/colors/
H A Dvt_termcolors.h62 int vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax,
H A Dvt_termcolors.c157 vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, argument
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dnumeric.c47 const struct {long const rmin, rmax;} * rng = rng_table; member in struct:__anon6389
74 if (rng->rmax == LONG_MIN)
77 fprintf(option_usage_fp, zRangeUpto, pz_indent, rng->rmax);
78 else if (rng->rmax == LONG_MAX)
82 rng->rmax);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h210 uint64_t rmax:16; member in struct:__anon11204::__anon11205
216 uint64_t rmax:16;
222 uint64_t rmax:3; member in struct:__anon11204::__anon11206
228 uint64_t rmax:3;
235 uint64_t rmax:12; member in struct:__anon11204::__anon11207
241 uint64_t rmax:12;
/freebsd-12-stable/lib/libutil/
H A Dlogin_class.c104 rlim_t rmax = rlim.rlim_max; local
110 rmax = (*lr->who)(lc, lr->what, rmax, rmax);
112 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax);
/freebsd-12-stable/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-12-stable/sys/net80211/
H A Dieee80211_scan_sta.c813 int rmax, r, i, txstream; local
817 rmax = 0;
838 rmax = ieee80211_htrates[i].ht40_rate_400ns;
840 rmax = ieee80211_htrates[i].ht40_rate_800ns;
842 rmax = ieee80211_htrates[i].ht20_rate_400ns;
844 rmax = ieee80211_htrates[i].ht20_rate_800ns;
849 if (r > rmax)
850 rmax = r;
854 if (r > rmax)
855 rmax
[all...]
/freebsd-12-stable/contrib/ntp/sntp/
H A Dsntp-opts.c920 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6396
933 if (rng[ix].rmax == LONG_MIN)
935 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
956 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6397
969 if (rng[ix].rmax == LONG_MIN)
971 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c1030 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6404
1043 if (rng[ix].rmax == LONG_MIN)
1045 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
1089 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6405
1102 if (rng[ix].rmax == LONG_MIN)
1104 if (pOptDesc->optArg.argInt <= rng[ix].rmax)

Completed in 180 milliseconds