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/main/cachegrind/
cg_sim.c
48
Int
tag_shift
;
member in struct:__anon29480
65
c->
tag_shift
= c->line_size_bits + VG_(log2)(c->sets);
103
UWord tag = a >> L.
tag_shift
; \
163
tag2 = (a+size-1) >> L.
tag_shift
; \
/external/valgrind/main/callgrind/
sim.c
77
int
tag_shift
;
member in struct:__anon29496
186
c->
tag_shift
= c->line_size_bits + VG_(log2)(c->sets);
187
c->tag_mask = ~((1<<c->
tag_shift
)-1);
281
UWord tag = a >> c->
tag_shift
;
290
UWord tag2 = (a+size-1) >> c->
tag_shift
;
663
if ( (1<<c->
tag_shift
) < c->assoc) {
666
(1<<c->
tag_shift
) );
[
all
...]
Completed in 3834 milliseconds