Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c587 U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
588 U64 const mid = (1ULL << (vStepLog - 1)) - 1; in FSE_normalizeM2()
589 U64 const rStep = div_u64((((U64)1 << vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */ in FSE_normalizeM2()
594 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
595 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c454 { U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2() local
455 U64 const mid = (1ULL << (vStepLog-1)) - 1; in FSE_normalizeM2()
456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */ in FSE_normalizeM2()
461 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
462 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()

Completed in 5 milliseconds