Home
last modified time | relevance | path

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

/lib/
A Dstackdepot.c246 int scale = STACK_HASH_TABLE_SCALE; in stack_depot_init() local
251 if (scale > PAGE_SHIFT) in stack_depot_init()
252 entries >>= (scale - PAGE_SHIFT); in stack_depot_init()
254 entries <<= (PAGE_SHIFT - scale); in stack_depot_init()
A DKconfig.debug3117 int "test kallsyms scale factor"
/lib/zstd/compress/
A Dfse_compress.c478 U64 const scale = 62 - tableLog; in FSE_normalizeCount() local
480 U64 const vStep = 1ULL<<(scale-20); in FSE_normalizeCount()
494 short proba = (short)((count[s]*step) >> scale); in FSE_normalizeCount()
497 proba += (count[s]*step) - ((U64)proba<<scale) > restToBeat; in FSE_normalizeCount()
/lib/zstd/decompress/
A Dhuf_decompress.c354 U32 const scale = targetTableLog - tableLog; in HUF_rescaleStats() local
358 huffWeight[s] += (BYTE)((huffWeight[s] == 0) ? 0 : scale); in HUF_rescaleStats()
364 for (s = targetTableLog; s > scale; --s) { in HUF_rescaleStats()
365 rankVal[s] = rankVal[s - scale]; in HUF_rescaleStats()
367 for (s = scale; s > 0; --s) { in HUF_rescaleStats()

Completed in 24 milliseconds