OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_cache_or_override
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/cachegrind/
cg_arch.c
145
static void
check_cache_or_override
(const HChar* desc, cache_t* c, Bool clo_redefined)
function
297
check_cache_or_override
("I1", I1c, DEFINED(clo_I1c));
298
check_cache_or_override
("D1", D1c, DEFINED(clo_D1c));
299
check_cache_or_override
("LL", LLc, DEFINED(clo_LLc));
Completed in 44 milliseconds