Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A 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/tools/memory-model/
A 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/tools/perf/ui/stdio/
A 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/tools/memory-model/Documentation/
A 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
1357 F via a coe or fre link, an arbitrary number of cumul-fences, an
1365 E ->coe W ->cumul-fence* X ->rfe? Y ->strong-fence Z ->hb* F,
2044 cumul-fence links followed by an optional rfe link (if none of
2060 cumul-fence memory barriers force stores that are po-before
2108 cumul-fence, pb, and so on -- including vis) apply only to marked
[all …]

Completed in 12 milliseconds