Searched refs:rStep (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dfse_compress.c456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */ local
460 U64 const end = tmpTotal + (count[s] * rStep);

Completed in 172 milliseconds