Searched refs:rmin (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bearssl/T0/
H A DTPointerExpr.cs64 long rmin = (long)min + off;
67 if (rmin < 0) {
68 numBits = Math.Max(numBits, BitLength(rmin));
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dnumeric.c47 const struct {long const rmin, rmax;} * rng = rng_table; member in struct:__anon6389
75 fprintf(option_usage_fp, zRangeExact, pz_indent, rng->rmin);
76 else if (rng->rmin == LONG_MIN)
79 fprintf(option_usage_fp, zRangeAbove, pz_indent, rng->rmin);
81 fprintf(option_usage_fp, zRange, pz_indent, rng->rmin,
/freebsd-12-stable/contrib/ntp/sntp/
H A Dsntp-opts.c920 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6396
929 if (pOptDesc->optArg.argInt < rng[ix].rmin)
931 if (pOptDesc->optArg.argInt == rng[ix].rmin)
956 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6397
965 if (pOptDesc->optArg.argInt < rng[ix].rmin)
967 if (pOptDesc->optArg.argInt == rng[ix].rmin)
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c1030 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6404
1039 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1041 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1089 static struct {long rmin, rmax;} const rng[1] = { member in struct:__anon6405
1098 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1100 if (pOptDesc->optArg.argInt == rng[ix].rmin)

Completed in 104 milliseconds