Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1083 MEM_STATIC double ZSTD_fWeight(U32 rawStat) in ZSTD_fWeight() argument
1087 U32 const newStat = rawStat + 1; in ZSTD_fWeight()
H A Dzstd_opt.c46 MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat) in ZSTD_fracWeight() argument
48 U32 const stat = rawStat + 1; in ZSTD_fracWeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10915 MEM_STATIC double ZSTD_fWeight(U32 rawStat) in ZSTD_fWeight() argument
10919 U32 const newStat = rawStat + 1; in ZSTD_fWeight()
20192 MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat) in ZSTD_fracWeight() argument
20194 U32 const stat = rawStat + 1; in ZSTD_fracWeight()