Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c563 { U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
564 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2()
565 … U64 const rStep = ((((U64)1<<vStepLog) * ToDistribute) + mid) / total; /* scale on remaining */ in FSE_normalizeM2()
570 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
571 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()