Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c28 # define BITCOST_ACCURACY 0
29 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
32 # define BITCOST_ACCURACY 8 macro
33 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
36 # define BITCOST_ACCURACY 8 macro
37 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
51 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight()
53 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20174 # define BITCOST_ACCURACY 0
20175 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
20178 # define BITCOST_ACCURACY 8 macro
20179 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
20182 # define BITCOST_ACCURACY 8 macro
20183 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
20197 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight()
20199 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()