Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1087 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local
1088 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()
1090 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10919 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local
10920 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()
10922 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()