Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dfse_compress.c411 { U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
412 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2()
413 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2()
418 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
419 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()