Home
last modified time | relevance | path

Searched refs:rStep (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c420 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2() local
424 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7896 … U64 const rStep = ((((U64)1<<vStepLog) * ToDistribute) + mid) / total; /* scale on remaining */ in FSE_normalizeM2() local
7900 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()