Searched refs:cumul (Results 1 – 4 of 4) sorted by relevance
80 U16* cumul = (U16*)workSpace; /* size = maxSV1 */ in FSE_buildCTable_wksp() local81 …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()
77 U32 cumul[FSE_MAX_SYMBOL_VALUE+2]; in FSE_buildCTable_wksp() local97 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()
86 u_int64_t cumul; /* cumulative work in bytes member129 u_int64_t cumul; /* cumulative work in bytes member
1592 sp->cumul = cl->cl_cumul; in get_class_stats_v0()1670 sp->cumul = cl->cl_cumul; in get_class_stats_v1()