Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dfse_compress.c413 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2() local
417 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()