Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c27 # define BITCOST_ACCURACY 0
28 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
31 # define BITCOST_ACCURACY 8 macro
32 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
35 # define BITCOST_ACCURACY 8 macro
36 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)
50 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight()
52 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()