Searched refs:top_half (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dstatistics.cc319 int top_half = zero + (size - zero + 1) / 2; // round up! local
337 for (int i = zero; i < top_half; i++) {
345 for (int i = top_half; i < size; i++)

Completed in 9 milliseconds