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

/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/
H A Dtest07.cpp42 void checkout( const sc_unsigned* actual_p, const sc_unsigned* expected_p ) argument
44 cout << *actual_p <<" " << *expected_p << endl;
50 const sc_unsigned* actual_p = &(LEFT,RIGHT).value(); \
52 if ( *actual_p != *expected_p ) \
54 checkout(actual_p, expected_p); \
57 cout << " actual: " << hex << *actual_p << endl; \

Completed in 4 milliseconds