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

12

/macosx-10.10/dtrace-147/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.d27 #pragma ident "@(#)tst.quantize.d 1.1 06/08/28 SMI"
31 * 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.d54 @e[pid] = quantize(new_time);
56 @g[timestamp] = quantize(new_time);
H A Dtst.clearlquantize.d51 @b["exp"] = quantize(x);
H A Dtst.multiaggs2.d52 @e = quantize(i);
H A Dtst.quantzero.d55 @[i] = quantize(0, incr);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dbitesize.d70 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
H A Dtcpwdist.d72 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
/macosx-10.10/dtrace-147/DTTk/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
/macosx-10.10/dtrace-147/test/tst/common/multiaggs/
H A Dtst.zero3.d34 @bop[345] = quantize(0, 0);
H A Dtst.zero.d34 @bop[345] = quantize(0);
/macosx-10.10/dtrace-147/DTTk/Disk/
H A Dbitesize.d70 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);
/macosx-10.10/dtrace-147/DTTk/Net/
H A Dtcpwdist.d72 @Size[pid, curpsinfo->pr_psargs] = quantize(this->size);

Completed in 138 milliseconds

12