Lines Matching defs:nsteps
2417 uint16_t high, uint16_t nsteps, int64_t value)
2422 ASSERT(factor <= nsteps);
2423 ASSERT(nsteps % factor == 0);
2436 int nbuckets = this > nsteps ? nsteps : this;
2478 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg);
2481 low, high, nsteps, nval)] += incr;
11349 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg);
11355 if (factor < 2 || low >= high || nsteps < factor)
11363 for (v = factor; v < nsteps; v *= factor)
11366 if ((v % nsteps) || (nsteps % factor))
11370 low, high, nsteps, INT64_MAX) + 2) * sizeof (uint64_t);