Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h1070 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local
1071 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()
1073 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()