Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h1066 MEM_STATIC double ZSTD_fWeight(U32 rawStat) in ZSTD_fWeight() argument
1070 U32 const newStat = rawStat + 1; in ZSTD_fWeight()
Dzstd_opt.c58 MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat) in ZSTD_fracWeight() argument
60 U32 const stat = rawStat + 1; in ZSTD_fracWeight()