OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_LINE_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/cachegrind/
cg_arch.h
41
#define
MIN_LINE_SIZE
16
cg_arch.c
61
if (cache->line_size <
MIN_LINE_SIZE
) {
/external/valgrind/callgrind/
global.h
128
#define
MIN_LINE_SIZE
16
788
extern Int CLG_(
min_line_size
);
sim.c
97
#define CACHELINE_FLAGMASK (
MIN_LINE_SIZE
-1)
190
* Should be always true as
MIN_LINE_SIZE
>= 16 */
[
all
...]
Completed in 2549 milliseconds