Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
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()
/linux-6.1.9/tools/memory-model/
Dlinux-kernel.cat76 let A-cumul(r) = (rfe ; [Marked])? ; r
77 let cumul-fence = [Marked] ; (A-cumul(strong-fence | po-rel) | wmb |
79 let prop = [Marked] ; (overwrite & ext)? ; cumul-fence* ;
170 let vis = cumul-fence* ; rfe? ; [Marked] ;
/linux-6.1.9/tools/perf/ui/stdio/
Dhist.c128 u64 cumul; in __callchain__fprintf_graph() local
131 cumul = callchain_cumul_hits(child); in __callchain__fprintf_graph()
132 remaining -= cumul; in __callchain__fprintf_graph()
/linux-6.1.9/tools/memory-model/Documentation/
Dexplanation.txt22 14. PROPAGATION ORDER RELATION: cumul-fence
880 PROPAGATION ORDER RELATION: cumul-fence
884 smp_wmb() fences) are collectively referred to as cumul-fences, even
885 though smp_wmb() isn't A-cumulative. The cumul-fence relation is
898 and W ->cumul-fence W', then W must propagate to any given CPU
1349 followed by an arbitrary number of cumul-fence links, ending with an
1353 followed by two cumul-fences and an rfe link, utilizing the fact that
1385 store to y does (the first cumul-fence), the store to y propagates to P2
1388 store to z does (the second cumul-fence), and P0's load executes after the
1408 F via a coe or fre link, an arbitrary number of cumul-fences, an
[all …]