OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultL2CacheSize
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
common.h
142
const int
kDefaultL2CacheSize
= 384 * 1024;
148
const int
kDefaultL2CacheSize
= 4 * 1024 * 1024;
152
const int
kDefaultL2CacheSize
= 2 * 1024 * 1024;
158
const int
kDefaultL2CacheSize
= 256 * 1024;
block_params.h
67
const int l2_bytes_to_use =
kDefaultL2CacheSize
;
Completed in 654 milliseconds