Searched refs:old_nSets (Results 1 – 1 of 1) sorted by relevance
227 UInt old_nSets = old_size / (old_assoc * old_line_size); in maybe_tweak_LLc() local228 if (old_nSets == 0) { in maybe_tweak_LLc()234 if (-1 != VG_(log2_64)(old_nSets)) { in maybe_tweak_LLc()238 new_size = old_line_size * old_assoc * old_nSets; in maybe_tweak_LLc()245 tl_assert(old_nSets >= 0); in maybe_tweak_LLc()246 UInt new_nSets = floor_power_of_2 ( old_nSets ); in maybe_tweak_LLc()247 tl_assert(new_nSets > 0 && new_nSets < old_nSets); in maybe_tweak_LLc()248 Double factor = (Double)old_nSets / (Double)new_nSets; in maybe_tweak_LLc()