OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsteps
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c
231
uint16_t
nsteps
= DTRACE_LLQUANTIZE_NSTEP(arg);
local
236
assert(
nsteps
>= factor);
237
assert(
nsteps
% factor == 0);
245
step = next >
nsteps
? next /
nsteps
: 1;
255
step = next >
nsteps
? next /
nsteps
: 1;
dt_consume.c
997
uint16_t factor, low, high,
nsteps
;
local
1014
nsteps
= DTRACE_LLQUANTIZE_NSTEP(arg);
1021
nsteps
== 0 || factor >
nsteps
)
1060
step = next >
nsteps
? next /
nsteps
: 1;
1090
step = next >
nsteps
? next /
nsteps
: 1;
/src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c
2516
uint16_t high, uint16_t
nsteps
, int64_t value)
2521
ASSERT(factor <=
nsteps
);
2522
ASSERT(
nsteps
% factor == 0);
2535
int nbuckets = this >
nsteps
?
nsteps
: this;
2577
uint16_t
nsteps
= DTRACE_LLQUANTIZE_NSTEP(arg);
local
2580
low, high,
nsteps
, nval)] += incr;
11579
uint16_t
nsteps
= DTRACE_LLQUANTIZE_NSTEP(desc->dtad_arg);
11585
if (factor < 2 || low >= high ||
nsteps
< factor)
11593
for (v = factor; v <
nsteps
; v *= factor
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026