Searched refs:BITCOST_ACCURACY (Results 1 – 2 of 2) sorted by relevance
28 # define BITCOST_ACCURACY 029 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)32 # define BITCOST_ACCURACY 8 macro33 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)36 # define BITCOST_ACCURACY 8 macro37 # 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()
20174 # define BITCOST_ACCURACY 020175 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)20178 # define BITCOST_ACCURACY 8 macro20179 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)20182 # define BITCOST_ACCURACY 8 macro20183 # 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()