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

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h119 unsigned int get_size() function in class:tlm_utils::time_ordered_list
270 if (!m_ppq.get_size()) return; //there were only delta notification
276 while(m_ppq.get_size() && top==now) { // push all active ones into target
282 if ( m_ppq.get_size()) {
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h121 unsigned int get_size() { return size; } function in class:tlm_utils::time_ordered_list
272 if (!m_ppq.get_size())
279 while (m_ppq.get_size() && top == now) {
286 if (m_ppq.get_size()) {
/gem5/src/mem/ruby/network/garnet2.0/
H A Dflit.hh52 int get_size() { return m_size; } function in class:flit

Completed in 5 milliseconds