Home
last modified time | relevance | path

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

/Linux-v5.4/lib/zstd/
Dfse_compress.c103 U32 *cumul; in FSE_buildCTable_wksp() local
107 cumul = (U32 *)workspace + spaceUsed32; in FSE_buildCTable_wksp()
127 cumul[0] = 0; in FSE_buildCTable_wksp()
130 cumul[u] = cumul[u - 1] + 1; in FSE_buildCTable_wksp()
133 cumul[u] = cumul[u - 1] + normalizedCounter[u - 1]; in FSE_buildCTable_wksp()
136 cumul[maxSymbolValue + 1] = tableSize + 1; in FSE_buildCTable_wksp()
162 …tableU16[cumul[s]++] = (U16)(tableSize + u); /* TableU16 : sorted by symbol order; gives next stat… in FSE_buildCTable_wksp()
/Linux-v5.4/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-v5.4/tools/perf/ui/stdio/
Dhist.c127 u64 cumul; in __callchain__fprintf_graph() local
130 cumul = callchain_cumul_hits(child); in __callchain__fprintf_graph()
131 remaining -= cumul; in __callchain__fprintf_graph()
/Linux-v5.4/tools/memory-model/Documentation/
Dexplanation.txt22 14. PROPAGATION ORDER RELATION: cumul-fence
829 PROPAGATION ORDER RELATION: cumul-fence
833 smp_wmb() fences) are collectively referred to as cumul-fences, even
834 though smp_wmb() isn't A-cumulative. The cumul-fence relation is
847 and W ->cumul-fence W', then W must propagate to any given CPU
1296 followed by an arbitrary number of cumul-fence links, ending with an
1300 followed by two cumul-fences and an rfe link, utilizing the fact that
1332 store to y does (the first cumul-fence), the store to y propagates to P2
1335 store to z does (the second cumul-fence), and P0's load executes after the
1355 F via a coe or fre link, an arbitrary number of cumul-fences, an
[all …]