Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_arch.c221 UInt old_line_size = (UInt)LLc->line_size; in maybe_tweak_LLc() local
225 UInt new_line_size = old_line_size; 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()
254 new_size = old_line_size * new_assoc * new_nSets; in maybe_tweak_LLc()
257 tl_assert(new_line_size == old_line_size); /* we never change this */ in maybe_tweak_LLc()
263 old_line_size, old_assoc, old_size); in maybe_tweak_LLc()