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

/gem5/src/cpu/simple/
H A Dtiming.cc1026 int other_index = main_send_state->getPendingFragment();
1027 if (other_index > 0) {
1028 tmp = main_send_state->fragments[other_index];
1032 main_send_state->fragments[other_index] = NULL;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h246 const int other_index = local
248 return index_ == other_index;

Completed in 9 milliseconds