OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cumul
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/altq/altqstat/
qdisc_hfsc.c
119
rate2str(calc_rate(sp->
cumul
, lp->
cumul
, sec)),
120
rate2str(calc_rate(sp->total - sp->
cumul
,
121
lp->total - lp->
cumul
, sec)),
129
printf("
cumul
:%#llx total:%#llx\n",
130
(ull)sp->
cumul
, (ull)sp->total);
/src/external/bsd/zstd/dist/lib/compress/
fse_compress.c
81
U16*
cumul
= (U16*)workSpace; /* size = maxSV1 */
local
82
FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(
cumul
+ (maxSV1+1)); /* size = tableSize */
102
cumul
[0] = 0;
105
cumul
[u] =
cumul
[u-1] + 1;
109
cumul
[u] =
cumul
[u-1] + (U16)normalizedCounter[u-1];
110
assert(
cumul
[u] >=
cumul
[u-1]); /* no overflow */
112
cumul
[maxSV1] = (U16)(tableSize+1)
[
all
...]
/src/sys/altq/
altq_hfsc.h
76
u_int64_t
cumul
; /* cumulative work in bytes
member in struct:hfsc_classstats
altq_hfsc.c
1648
sp->
cumul
= cl->cl_cumul;
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026