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

/linux-master/lib/zstd/compress/
H A Dfse_compress.c488 int stillToDistribute = 1<<tableLog; local
499 stillToDistribute--;
508 stillToDistribute -= proba;
510 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) {
515 else normalizedCounter[largest] += (short)stillToDistribute;

Completed in 273 milliseconds