OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachepos
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/callgrind/
dump.c
447
int
cachepos
= addr % DEBUG_CACHE_SIZE;
local
449
if (debug_cache_addr[
cachepos
] == addr) {
450
p->line = debug_cache_line[
cachepos
];
451
p->file = debug_cache_file[
cachepos
];
452
found_file_line = debug_cache_info[
cachepos
];
473
debug_cache_info[
cachepos
] = found_file_line;
474
debug_cache_addr[
cachepos
] = addr;
475
debug_cache_line[
cachepos
] = p->line;
476
debug_cache_file[
cachepos
] = p->file;
[
all
...]
Completed in 145 milliseconds