Home
last modified time | relevance | path

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

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