cumul             103 lib/zstd/fse_compress.c 	U32 *cumul;
cumul             107 lib/zstd/fse_compress.c 	cumul = (U32 *)workspace + spaceUsed32;
cumul             127 lib/zstd/fse_compress.c 		cumul[0] = 0;
cumul             130 lib/zstd/fse_compress.c 				cumul[u] = cumul[u - 1] + 1;
cumul             133 lib/zstd/fse_compress.c 				cumul[u] = cumul[u - 1] + normalizedCounter[u - 1];
cumul             136 lib/zstd/fse_compress.c 		cumul[maxSymbolValue + 1] = tableSize + 1;
cumul             162 lib/zstd/fse_compress.c 			tableU16[cumul[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next state value */
cumul             127 tools/perf/ui/stdio/hist.c 		u64 cumul;
cumul             130 tools/perf/ui/stdio/hist.c 		cumul = callchain_cumul_hits(child);
cumul             131 tools/perf/ui/stdio/hist.c 		remaining -= cumul;