Searched refs:cumul (Results 1 – 4 of 4) sorted by relevance
80 U16* cumul = (U16*)workSpace; /* size = maxSV1 */ in FSE_buildCTable_wksp() local81 …FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(cumul + (maxSV1+1)); /* size = tableS… in FSE_buildCTable_wksp()101 cumul[0] = 0; in FSE_buildCTable_wksp()104 cumul[u] = cumul[u-1] + 1; in FSE_buildCTable_wksp()108 cumul[u] = cumul[u-1] + (U16)normalizedCounter[u-1]; in FSE_buildCTable_wksp()109 assert(cumul[u] >= cumul[u-1]); /* no overflow */ in FSE_buildCTable_wksp()111 cumul[maxSV1] = (U16)(tableSize+1); in FSE_buildCTable_wksp()171 …tableU16[cumul[s]++] = (U16) (tableSize+u); /* TableU16 : sorted by symbol order; gives next sta… in FSE_buildCTable_wksp()
88 let A-cumul(r) = (rfe ; [Marked])? ; r90 let cumul-fence = [Marked] ; (A-cumul(strong-fence | po-rel) | wmb |92 let prop = [Marked] ; (overwrite & ext)? ; cumul-fence* ;183 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-fence882 PROPAGATION ORDER RELATION: cumul-fence886 smp_wmb() fences) are collectively referred to as cumul-fences, even887 though smp_wmb() isn't A-cumulative. The cumul-fence relation is900 and W ->cumul-fence W', then W must propagate to any given CPU1023 cumul-fence relation. That is, if we have:1025 U ->cumul-fence X -> rmw-sequence Y1027 then also U ->cumul-fence Y. Thinking about this in terms of the1028 operational model, U ->cumul-fence X says that the store U propagates1381 followed by an arbitrary number of cumul-fence links, ending with an[all …]