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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_elab/
H A Dproc_ctrl_elab.cpp92 ts5 = sc_get_current_process_handle();
93 ts5.suspend();
94 ts5.resume();
243 sc_process_handle ts5; local
340 ts5.suspend();
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp333 sc_bigint<3> ts5; local
341 ts5 = ts4.to_int();
350 << "\nTS4 = " << ts4 << " \t\t\t\t\t " << ts5 << "\t ("
351 << ts5[2] << ts5[1] << ts5[0] << ")"

Completed in 5 milliseconds