Home
last modified time | relevance | path

Searched refs:cumul (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c79 U32* cumul = (U32*)workSpace; in FSE_buildCTable_wksp() local
80 FSE_FUNCTION_TYPE* tableSymbol = (FSE_FUNCTION_TYPE*)(cumul + (maxSymbolValue + 2)); in FSE_buildCTable_wksp()
100 cumul[0] = 0; in FSE_buildCTable_wksp()
103 cumul[u] = cumul[u-1] + 1; in FSE_buildCTable_wksp()
106 cumul[u] = cumul[u-1] + normalizedCounter[u-1]; in FSE_buildCTable_wksp()
108 cumul[maxSymbolValue+1] = tableSize+1; in FSE_buildCTable_wksp()
130 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h87 u_int64_t cumul; /* cumulative work in bytes member
130 u_int64_t cumul; /* cumulative work in bytes member
H A Daltq_hfsc.c1592 sp->cumul = cl->cl_cumul; in get_class_stats_v0()
1670 sp->cumul = cl->cl_cumul; in get_class_stats_v1()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7556 U32 cumul[FSE_MAX_SYMBOL_VALUE+2]; in FSE_buildCTable_wksp() local
7576 cumul[0] = 0; in FSE_buildCTable_wksp()
7579 cumul[u] = cumul[u-1] + 1; in FSE_buildCTable_wksp()
7582 cumul[u] = cumul[u-1] + normalizedCounter[u-1]; in FSE_buildCTable_wksp()
7584 cumul[maxSymbolValue+1] = tableSize+1; in FSE_buildCTable_wksp()
7606 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()