OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultCacheLineSize
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/internal/
common.h
119
const int
kDefaultCacheLineSize
= 64;
allocator.h
97
static const std::size_t kAlignment =
kDefaultCacheLineSize
;
pack.h
442
for (int d = 0; d < depth; d +=
kDefaultCacheLineSize
) {
449
for (int w = 0; w < width; w +=
kDefaultCacheLineSize
) {
Completed in 868 milliseconds