Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1090 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
1091 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
H A Dzstd_opt.c51 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
52 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10922 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local
10923 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
20197 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local
20198 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()