Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_arch.c220 UInt old_assoc = (UInt)LLc->assoc; in maybe_tweak_LLc() local
224 UInt new_assoc = old_assoc; in maybe_tweak_LLc()
227 UInt old_nSets = old_size / (old_assoc * old_line_size); in maybe_tweak_LLc()
238 new_size = old_line_size * old_assoc * old_nSets; in maybe_tweak_LLc()
251 new_assoc = (UInt)(0.5 + factor * (Double)old_assoc); in maybe_tweak_LLc()
252 tl_assert(new_assoc >= old_assoc); in maybe_tweak_LLc()
258 if (new_size == old_size && new_assoc == old_assoc) in maybe_tweak_LLc()
263 old_line_size, old_assoc, old_size); in maybe_tweak_LLc()