Searched refs:quantize (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_PROTO_LEN.quantizenoarg.d32 * quantize() should not accept a call with no arguments
40 @a[1] = quantize();
H A Derr.D_PROTO_LEN.quantizetoomany.d31 * quantize() should not have more than two arguments
39 @a[1] = quantize(1, 2, 3);
H A Derr.D_AGG_SCALAR.quantizetoofew.d31 * quantize() should not accept a non-scalar value
39 @a[pid] = quantize(probefunc);
H A Dtst.negquant.d33 @["j-church"] = quantize(1, 100);
34 @["j-church"] = quantize(1, -99);
35 @["j-church"] = quantize(1, -1);
41 @["k-ingleside"] = quantize(1, -val);
46 @["l-taraval"] = quantize(0, -val);
47 @["l-taraval"] = quantize(-1, -val);
48 @["l-taraval"] = quantize(1, val);
49 @["l-taraval"] = quantize(1, val);
54 @["m-oceanview"] = quantize(1, (1 << 63) - 1);
55 @["m-oceanview"] = quantize(
[all...]
H A Dtst.quantround.d44 @ = quantize(2);
50 @ = quantize(1);
56 @ = quantize(0);
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.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.quantize.d31 * Positive quantize() test
35 * NOTES: This is verifiable simple positive test of the quantize() function.
49 @a[i] = quantize(i);
H A Dtst.quantmany.d54 @[shift] = quantize(val, val);
H A Dtst.multiaggs1.d52 @e[pid] = quantize(new_time);
55 @h[timestamp] = quantize(new_time);
H A Dtst.clearlquantize.d51 @b["exp"] = quantize(x);
H A Dtst.multiaggs2.d50 @e = quantize(i);
H A Dtst.quantzero.d55 @[i] = quantize(0, incr);
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dprogtime.d35 @[execname] = quantize(timestamp - self->start);
H A Dlwptime.d36 @[execname] = quantize(timestamp - self->start);
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dwritetimeq.d35 @time[execname] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhere.d35 @[cpu] = quantize(timestamp - self->ts);
H A Dnscd.d37 quantize(timestamp - bedtime[args[0]->pr_addr]);
H A Dqtime.d35 @[args[2]->cpu_id] = quantize(timestamp -
H A Dwhofor.d39 quantize(timestamp - bedtime[args[0]->pr_addr]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d34 @bop[345] = quantize(0, 0);
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d37 @snoozers[stack()] = quantize(timestamp - self->in);
/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d37 this->devi->devi_instance] = quantize(vtimestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpconnlat.d35 quantize(timestamp - start[args[1]->cs_cid]);
H A Dtcp1stbyte.d35 quantize(timestamp - start[args[1]->cs_cid]);

Completed in 121 milliseconds

12