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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc199 unsigned int next_i = (i + 1) % rmob.size(); local
200 idx += rmob[next_i].delta + 1;
243 unsigned int next_i = (i + 1) % rmob.size(); local
244 idx += rmob[next_i].delta + 1;

Completed in 4 milliseconds