Searched refs:cumul (Results 1 – 4 of 4) sorted by relevance
79 U32* cumul = (U32*)workSpace; in FSE_buildCTable_wksp() local80 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()
76 let A-cumul(r) = (rfe ; [Marked])? ; r77 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] ;
128 u64 cumul; in __callchain__fprintf_graph() local131 cumul = callchain_cumul_hits(child); in __callchain__fprintf_graph()132 remaining -= cumul; in __callchain__fprintf_graph()
22 14. PROPAGATION ORDER RELATION: cumul-fence880 PROPAGATION ORDER RELATION: cumul-fence884 smp_wmb() fences) are collectively referred to as cumul-fences, even885 though smp_wmb() isn't A-cumulative. The cumul-fence relation is898 and W ->cumul-fence W', then W must propagate to any given CPU1349 followed by an arbitrary number of cumul-fence links, ending with an1353 followed by two cumul-fences and an rfe link, utilizing the fact that1385 store to y does (the first cumul-fence), the store to y propagates to P21388 store to z does (the second cumul-fence), and P0's load executes after the1408 F via a coe or fre link, an arbitrary number of cumul-fences, an[all …]