Searched defs:REPEAT (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/memtest/
H A Dmemtest.cpp181 const int REPEAT = (((size < DCACHE_SIZE) ? local
185 const nsecs_t overhead = loop_overhead(REPEAT);
194 register int count = REPEAT;
199 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t);
299 const int REPEAT = (((size < DCACHE_SIZE) ? local
303 const nsecs_t overhead = loop_overhead(REPEAT);
309 size_t count = REPEAT;
315 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t);
438 const int REPEAT = (((size < DCACHE_SIZE) ? local
442 const nsecs_t overhead = loop_overhead(REPEAT);
549 const int REPEAT = (((size < DCACHE_SIZE) ? local
701 const size_t REPEAT = CPU_FREQ_EST*1000000; // ~4 seconds (4cycles/loop) local
[all...]

Completed in 4 milliseconds