Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c590 U64 tmpTotal = mid; in FSE_normalizeM2() local
593 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()
594 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
600 tmpTotal = end; in FSE_normalizeM2()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c457 U64 tmpTotal = mid; in FSE_normalizeM2() local
460 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()
461 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
467 tmpTotal = end; in FSE_normalizeM2()

Completed in 4 milliseconds