Home
last modified time | relevance | path

Searched refs:stillToDistribute (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c449 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local
460 stillToDistribute--; in FSE_normalizeCount()
469 stillToDistribute -= proba; in FSE_normalizeCount()
471 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
476 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c488 int stillToDistribute = 1<<tableLog; in FSE_normalizeCount() local
499 stillToDistribute--; in FSE_normalizeCount()
508 stillToDistribute -= proba; in FSE_normalizeCount()
510 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount()
515 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()