Searched refs:c_tmp (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dstim.cpp48 bool c_tmp; local
61 c_tmp = 0;
66 c_tmp = !c_tmp;
70 cin.write(c_tmp);
/gem5/src/systemc/tests/systemc/misc/user_guide/param_model/
H A Dstim.cpp50 bool c_tmp; local
63 c_tmp = 0;
69 c_tmp = !c_tmp;
73 cin.write(c_tmp);

Completed in 7 milliseconds