Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c589 U64 const rStep = div_u64((((U64)1 << vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */ in FSE_normalizeM2() local
593 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */ in FSE_normalizeM2() local
460 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()

Completed in 5 milliseconds