Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c418 { U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
419 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2()
420 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2()
425 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
426 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7894 { U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
7895 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2()
7896 … U64 const rStep = ((((U64)1<<vStepLog) * ToDistribute) + mid) / total; /* scale on remaining */ in FSE_normalizeM2()
7901 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
7902 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()