Searched refs:scale (Results 1 – 4 of 4) sorted by relevance
246 int scale = STACK_HASH_TABLE_SCALE; in stack_depot_init() local251 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()
3117 int "test kallsyms scale factor"
478 U64 const scale = 62 - tableLog; in FSE_normalizeCount() local480 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()
354 U32 const scale = targetTableLog - tableLog; in HUF_rescaleStats() local358 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