OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tag_shift
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/cachegrind/
cg_sim.c
48
Int
tag_shift
;
member in struct:__anon26240
65
c->
tag_shift
= c->line_size_bits + VG_(log2)(c->sets);
/external/valgrind/callgrind/
sim.c
77
int
tag_shift
;
member in struct:__anon26256
186
c->
tag_shift
= c->line_size_bits + VG_(log2)(c->sets);
187
c->tag_mask = ~((1u<<c->
tag_shift
)-1);
675
if ( (1<<c->
tag_shift
) < c->assoc) {
678
(1<<c->
tag_shift
) );
[
all
...]
Completed in 397 milliseconds