Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dfse_compress.c589 …U64 const rStep = div_u64((((U64)1 << vStepLog) * ToDistribute) + mid, (U32)total); /* scale on re… in FSE_normalizeM2() local
593 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()