Home
last modified time | relevance | path

Searched refs:quantize (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negquant.d33 @["j-church"] = quantize(1, 100);
34 @["j-church"] = quantize(1, -99);
35 @["j-church"] = quantize(1, -1);
46 @["l-taraval"] = quantize(0, -val);
48 @["l-taraval"] = quantize(1, val);
49 @["l-taraval"] = quantize(1, val);
55 @["m-oceanview"] = quantize(1);
62 @["n-judah"] = quantize(1, val);
63 @["n-judah"] = quantize(2, val);
64 @["n-judah"] = quantize(2, val);
[all …]
H A Dtst.aggpack.d22 @x = quantize(1 << 32);
23 @y[1] = quantize(1);
24 @z["mumble"] = quantize(1);
25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
36 @a[i] = quantize(0, i);
37 @a[i] = quantize(1, 100 - i);
H A Dtst.allquant.d35 @ = quantize(1LL << i);
36 @ = quantize((1LL << i) + 1);
37 @ = quantize(-(1LL << i));
38 @ = quantize(-(1LL << i) - 1);
H A Dtst.quantround.d44 @ = quantize(2);
50 @ = quantize(1);
56 @ = quantize(0);
H A Dtst.multiaggs1.d52 @e[pid] = quantize(new_time);
55 @h[timestamp] = quantize(new_time);
H A Derr.D_PROTO_LEN.quantizetoomany.d39 @a[1] = quantize(1, 2, 3);
H A Derr.D_PROTO_LEN.quantizenoarg.d40 @a[1] = quantize();
H A Derr.D_AGG_SCALAR.quantizetoofew.d39 @a[pid] = quantize(probefunc);
H A Dtst.quantize.d49 @a[i] = quantize(i);
H A Dtst.quantmany.d54 @[shift] = quantize(val, val);
H A Dtst.quantzero.d55 @[i] = quantize(0, incr);
H A Dtst.multiaggs2.d50 @e = quantize(i);
H A Dtst.clearlquantize.d51 @b["exp"] = quantize(x);
H A Dtst.multiaggs3.d54 @f = quantize(i);
H A Dtst.negorder.d54 @quanty[i] = quantize(1, incr);
H A Dtst.negorder.d.out1 Ordering of quantize() with some negative weights:
/freebsd-13.1/sys/compat/linux/
H A Dstats_timing.d58 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
74 @lockstats[probefunc] = quantize(this->timediff);
H A Dtrace_futexes.d160 @timestats[probeprov, execname, probefunc] = quantize(this->timediff);
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d34 @bop[345] = quantize(0, 0);
H A Dtst.zero.d34 @bop[345] = quantize(0);
H A Dtst.zero2.d33 @bop[345] = quantize(0, 0);
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d54 @Qauntus[execname] = quantize(timestamp - self->ts);
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.basics.d45 @g = quantize(1);
/freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile155 tst.quantize.d \
156 tst.quantize.d.out \
/freebsd-13.1/share/dtrace/
H A Dnfsclienttime71 @syscalls[probefunc] = quantize(self->count);

12