Searched refs:left_i (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h331 void initialize( const sc_int_base* obj_p, int left_i, int right_i ) argument
334 m_left = left_i;
H A Dsc_uint_base.h328 void initialize( const sc_uint_base* obj_p, int left_i, int right_i ) argument
331 m_left = left_i;
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh299 void initialize( const sc_int_base *obj_p, int left_i, int right_i) argument
302 m_left = left_i;
H A Dsc_uint_base.hh292 initialize(const sc_uint_base *obj_p, int left_i, int right_i) argument
295 m_left = left_i;

Completed in 21 milliseconds