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

/linux-master/lib/zstd/compress/
H A Dfse_compress.c454 { U64 const vStepLog = 62 - tableLog; local
455 U64 const mid = (1ULL << (vStepLog-1)) - 1;
456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */
461 U32 const sStart = (U32)(tmpTotal >> vStepLog);
462 U32 const sEnd = (U32)(end >> vStepLog);

Completed in 190 milliseconds