Searched refs:min (Results 1 - 25 of 1344) sorted by relevance

1234567891011>>

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.min_neg.d31 * Positive min() test using negative values
35 * NOTES: This is verifiable simple positive test of the min() function.
43 @ = min(0);
44 @ = min(-900);
H A Derr.D_PROTO_LEN.minnoarg.d31 * min() should not accept a call with no arguments
39 @a[1] = min();
H A Derr.D_PROTO_LEN.mintoomany.d32 * min() should not more than one argument
40 @a[1] = min(1, 2);
H A Derr.D_AGG_SCALAR.mintoofew.d32 * min() should not accept a non-scalar value
40 @a[pid] = min(probefunc);
H A Dtst.min.d31 * Positive min() test
35 * NOTES: This is verifiable simple positive test of the min() function.
49 @a = min(i);
/freebsd-10-stable/sys/gnu/dts/arm/
H A Delpida_ecb240abacn.dtsi11 tRPab-min-tck = <3>;
12 tRCD-min-tck = <3>;
13 tWR-min-tck = <3>;
14 tRASmin-min-tck = <3>;
15 tRRD-min-tck = <2>;
16 tWTR-min-tck = <2>;
17 tXP-min-tck = <2>;
18 tRTP-min-tck = <2>;
19 tCKE-min-tck = <3>;
20 tCKESR-min
[all...]
H A Dsamsung_k3pe0e000b.dtsi11 tRPab-min-tck = <3>;
12 tRCD-min-tck = <3>;
13 tWR-min-tck = <3>;
14 tRASmin-min-tck = <3>;
15 tRRD-min-tck = <2>;
16 tWTR-min-tck = <2>;
17 tXP-min-tck = <2>;
18 tRTP-min-tck = <2>;
19 tCKE-min-tck = <3>;
20 tCKESR-min
[all...]
H A Dexynos5420-arndale-octa.dts104 regulator-min-microvolt = <1000000>;
111 regulator-min-microvolt = <1800000>;
117 regulator-min-microvolt = <1800000>;
124 regulator-min-microvolt = <1800000>;
130 regulator-min-microvolt = <1800000>;
137 regulator-min-microvolt = <1000000>;
143 regulator-min-microvolt = <1800000>;
149 regulator-min-microvolt = <1800000>;
155 regulator-min-microvolt = <3000000>;
162 regulator-min
[all...]
H A Dimx53-qsb.dts30 regulator-min-microvolt = <500000>;
36 regulator-min-microvolt = <500000>;
42 regulator-min-microvolt = <925000>;
48 regulator-min-microvolt = <925000>;
54 regulator-min-microvolt = <600000>;
61 regulator-min-microvolt = <600000>;
67 regulator-min-microvolt = <600000>;
73 regulator-min-microvolt = <1725000>;
79 regulator-min-microvolt = <1725000>;
85 regulator-min
[all...]
H A Drk3288-evb-act8846.dts32 regulator-min-microvolt = <850000>;
43 regulator-min-microvolt = <850000>;
70 regulator-min-microvolt = <1200000>;
77 regulator-min-microvolt = <3300000>;
84 regulator-min-microvolt = <1000000>;
91 regulator-min-microvolt = <2000000>;
98 regulator-min-microvolt = <3300000>;
105 regulator-min-microvolt = <1000000>;
112 regulator-min-microvolt = <3300000>;
119 regulator-min
[all...]
H A Dexynos5422-odroidxu3.dts67 regulator-min-microvolt = <1000000>;
74 regulator-min-microvolt = <1800000>;
81 regulator-min-microvolt = <1800000>;
88 regulator-min-microvolt = <1000000>;
95 regulator-min-microvolt = <1800000>;
102 regulator-min-microvolt = <1800000>;
109 regulator-min-microvolt = <3000000>;
116 regulator-min-microvolt = <1800000>;
123 regulator-min-microvolt = <1000000>;
130 regulator-min
[all...]
H A Dtwl6030.dtsi25 regulator-min-microvolt = <1000000>;
31 regulator-min-microvolt = <1200000>;
37 regulator-min-microvolt = <1000000>;
43 regulator-min-microvolt = <1200000>;
49 regulator-min-microvolt = <1800000>;
55 regulator-min-microvolt = <1200000>;
H A Dimx53-qsrb.dts55 regulator-min-microvolt = <650000>;
63 regulator-min-microvolt = <650000>;
71 regulator-min-microvolt = <650000>;
79 regulator-min-microvolt = <650000>;
86 regulator-min-microvolt = <1200000>;
94 regulator-min-microvolt = <1200000>;
102 regulator-min-microvolt = <1200000>;
116 regulator-min-microvolt = <1200000>;
135 regulator-min-microvolt = <2500000>;
143 regulator-min
[all...]
/freebsd-10-stable/contrib/unbound/compat/
H A Darc4random_uniform.c36 uint32_t r, min; local
42 min = -upper_bound % upper_bound;
52 if (r >= min)
/freebsd-10-stable/contrib/openpam/include/security/
H A Dopenpam_attr.h10 # define OPENPAM_GNUC_PREREQ(maj, min) \
11 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
13 # define OPENPAM_GNUC_PREREQ(maj, min) 0
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dnpt.h33 struct vmspace *svm_npt_alloc(vm_offset_t min, vm_offset_t max);
/freebsd-10-stable/contrib/ofed/libsdp/
H A Dlibsdp.conf21 log min-level 9 destination file libsdp.log
35 # log [destination stderr|syslog|file <path>] [min-level <1-9>]
48 # min-level - defines the verbosity of the log:
60 # log min-level 7 destination stderr
63 # log min-level 9 destination syslog
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dintprops.h166 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \
168 ? (a) < (min) - (b) \
173 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \
176 : (a) < (min) + (b))
180 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \
181 ((min) < 0 \
189 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \
195 : (min) / (b) < (a)) \
199 ? (a) < (min) / (b) \
204 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, ma
[all...]
/freebsd-10-stable/tools/tools/crypto/
H A Dcryptostats.c45 uint64_t avg, min, max; local
50 min = 1000000000LL*ts->min.tv_sec + ts->min.tv_nsec;
52 printf("%16.16s: avg %6llu ns : min %6llu ns : max %7llu ns [%u samps]\n",
53 tag, avg, min, max, ts->count);
71 stats.cs_invoke.min.tv_sec = 10000;
72 stats.cs_done.min.tv_sec = 10000;
73 stats.cs_cb.min.tv_sec = 10000;
74 stats.cs_finis.min
[all...]
/freebsd-10-stable/usr.sbin/rtadvd/
H A Dtimer_subr.c66 uint32_t min; local
70 min = s / 60;
73 hour = min / 60;
74 min = min % 60;
84 if (min > 0)
85 p += sprintf(p, "%" PRIu32 "m", min);
/freebsd-10-stable/contrib/ntp/libntp/
H A Dclocktime.c65 int32 y, tmp, idx, min; local
118 for (min = 1, idx = 0; idx < 3; idx++)
119 if (diff[idx] < diff[min])
120 min = idx;
122 *ts_ui = test[min];
123 *yearstart = ystt[min];
126 return diff[min] < CLOSETIME;
/freebsd-10-stable/usr.bin/mklocale/
H A Dyacc.y148 $$->min = $1;
155 $$->min = $1;
162 $$->min = $2;
169 $$->min = $2;
178 $$->min = $2;
186 $$->min = $3;
194 $$->min = $2;
202 $$->min = $3;
322 for (i = list->min; i <= list->max; ++i) {
323 if (list->map + (i - list->min)) {
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c165 int64_t min, int64_t max)
170 if (min > max)
175 if (max > INT8_MAX || min < INT8_MIN)
179 if (max > INT16_MAX || min < INT16_MIN)
183 if (max > INT32_MAX || min < INT32_MIN)
187 if (max > INT64_MAX || min < INT64_MIN)
194 if (min == 0 && max == 0) {
195 min = -(1ULL << (8 * sz - 1));
204 if (val < min) {
236 uint64_t min, uint64_
164 uu_strtoint(const char *s, void *v, size_t sz, int base, int64_t min, int64_t max) argument
235 uu_strtouint(const char *s, void *v, size_t sz, int base, uint64_t min, uint64_t max) argument
[all...]
/freebsd-10-stable/sys/dev/random/
H A Drandomdev_soft.h72 #define RANDOM_CHECK_UINT(name, min, max) \
77 if (*(u_int *)(oidp->oid_arg1) <= (min)) \
78 *(u_int *)(oidp->oid_arg1) = (min); \
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithMin.d49 @Minimus["speculate"] = min(i);

Completed in 137 milliseconds

1234567891011>>