Home
last modified time | relevance | path

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

/system/extras/tests/icachetest/
Dicache_main.cpp16 static constexpr size_t CACHE_LINE_SIZE = 64; variable
17 static constexpr size_t MAX_ITERATIONS_COUNT = MAX_CODE_SIZE / CACHE_LINE_SIZE;
96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main()
115 std::cout << ((i*CACHE_LINE_SIZE)/1024) << "\t" in main()