Lines Matching defs:nsteps
2169 uint16_t high, uint16_t nsteps, int64_t value)
2174 ASSERT(factor <= nsteps);
2175 ASSERT(nsteps % factor == 0);
2188 int nbuckets = this > nsteps ? nsteps : this;
2230 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(arg);
2233 low, high, nsteps, nval)] += incr;
10573 uint16_t nsteps = DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg);
10579 if (factor < 2 || low >= high || nsteps < factor)
10587 for (v = factor; v < nsteps; v *= factor)
10590 if ((v % nsteps) || (nsteps % factor))
10594 low, high, nsteps, INT64_MAX) + 2) * sizeof (uint64_t);