OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cumul
(Results
1 - 2
of
2
) sorted by relevancy
/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
Completed in 95 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026