Home
last modified time | relevance | path

Searched refs:newStat (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1337 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local
1338 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()
1340 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1442 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local
1443 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()
1445 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
H A Dzstd_opt.c114 unsigned const newStat = base + (table[s] >> shift); in ZSTD_downscaleStats() local
115 sum += newStat; in ZSTD_downscaleStats()
116 table[s] = newStat; in ZSTD_downscaleStats()