Home
last modified time | relevance | path

Searched refs:kDefaultCacheLineSize (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dcommon.h131 const int kDefaultCacheLineSize = 64; variable
Dallocator.h106 static const std::size_t kAlignment = kDefaultCacheLineSize;
Dpack.h346 for (int d = 0; d < depth; d += kDefaultCacheLineSize) { in PrefetchL1()
353 for (int w = 0; w < width; w += kDefaultCacheLineSize) { in PrefetchL1()