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

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_resize.hh60 return nb_bound(size() - n);
65 tlm_fifo<T>::nb_bound(unsigned int new_size) function in class:tlm::tlm_fifo
H A Dfifo.hh102 bool nb_bound(unsigned int n);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_resize.h68 return nb_bound( size() - n );
75 tlm_fifo<T>::nb_bound( unsigned int new_size ) { function in class:tlm::tlm_fifo
H A Dtlm_fifo.h109 bool nb_bound( unsigned int n );
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dfifo_ifs.hh74 virtual bool nb_bound(unsigned int n) = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_fifo_ifs.h78 virtual bool nb_bound( unsigned int n ) = 0;

Completed in 11 milliseconds