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

/gem5/src/base/
H A Dstatistics.cc320 int bottom_half = (size - zero) / 2; // round down! local
324 for (int i = zero - 1; i >= bottom_half; i--) {
332 for (int i = bottom_half - 1; i >= 0; i--)

Completed in 5 milliseconds