Searched defs:remove (Results 26 - 29 of 29) sorted by relevance

12

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.h196 int remove(K k) { return sc_phash_base::remove((const void*) k); } function in class:sc_core::sc_phash
197 int remove(K k, K* pk, C* pc) function in class:sc_core::sc_phash
201 int remove( function in class:sc_core::sc_phash
301 int remove(K k) { return sc_phash_base::remove((const void*) k, kfree); } function in class:sc_core::sc_pdhash
302 int remove(K k, K* pk, C* pc) function in class:sc_core::sc_pdhash
338 void remove() { sc_phash_base_iter::remove(((sc_pdhash<K,C>*) table)->kfree); } function in class:sc_core::sc_pdhash_iter
391 int remove(const char* k) { return sc_phash_base::remove((const void*) k, sc_strhash_kfree); } function in class:sc_core::sc_strhash
392 int remove(const char* k, char** pk, C* pc) function in class:sc_core::sc_strhash
428 void remove() { sc_phash_base_iter::remove(sc_strhash_kfree); } function in class:sc_core::sc_strhash_iter
[all...]
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py605 def remove(self, name): member in class:FdtNode
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp205 sc_process_table::remove( sc_method_handle handle_ ) function in class:sc_core::sc_process_table
226 sc_process_table::remove( sc_thread_handle handle_ ) function in class:sc_core::sc_process_table
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1056 const double remove = costs[l_i][r_i + 1]; local

Completed in 42 milliseconds

12