ZSTD_div64
U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */
U64 const step = ZSTD_div64((U64)1<<62, (U32)total); /* <== here, one division ! */