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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.cpp59 class word_list { // Entry in free_words bucket. class in namespace:sc_dt
61 word_list* m_next_p;
73 if ( index != 0 && ( sizeof(word_list) != sizeof(word) ) )
80 static word_list* free_words[32] = { 0 };
91 word_list*& slot = free_words[slot_index];
95 slot = new word_list[ALLOC_SIZE * alloc_size];
115 word_list* wl_p = (word_list*)array;
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc58 class word_list // Entry in free_words bucket. class in namespace:sc_dt
61 word_list *m_next_p;
73 if (index != 0 && (sizeof(word_list) != sizeof(word))) {
79 static word_list *free_words[32] = { 0 };
89 word_list*& slot = free_words[slot_index];
92 slot = new word_list[ALLOC_SIZE * alloc_size];
110 word_list *wl_p = (word_list *)array;
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2128 Message word_list; local
2131 word_list << ", ";
2134 word_list << "and ";
2136 word_list << "'" << words[i] << "'";
2138 return word_list.GetString();

Completed in 24 milliseconds