Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c80 U16* cumul = (U16*)workSpace; /* size = maxSV1 */ in FSE_buildCTable_wksp() local
81 …FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(cumul + (maxSV1+1)); /* size = tableS… in FSE_buildCTable_wksp()
101 cumul[0] = 0; in FSE_buildCTable_wksp()
104 cumul[u] = cumul[u-1] + 1; in FSE_buildCTable_wksp()
108 cumul[u] = cumul[u-1] + (U16)normalizedCounter[u-1]; in FSE_buildCTable_wksp()
109 assert(cumul[u] >= cumul[u-1]); /* no overflow */ in FSE_buildCTable_wksp()
111 cumul[maxSV1] = (U16)(tableSize+1); in FSE_buildCTable_wksp()
171 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c77 U32 cumul[FSE_MAX_SYMBOL_VALUE+2]; in FSE_buildCTable_wksp() local
97 cumul[0] = 0; in FSE_buildCTable_wksp()
100 cumul[u] = cumul[u-1] + 1; in FSE_buildCTable_wksp()
103 cumul[u] = cumul[u-1] + normalizedCounter[u-1]; in FSE_buildCTable_wksp()
105 cumul[maxSymbolValue+1] = tableSize+1; in FSE_buildCTable_wksp()
127 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
/freebsd/sys/net/altq/
H A Daltq_hfsc.h86 u_int64_t cumul; /* cumulative work in bytes member
129 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()