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

/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp90 int initiator_offset; local
91 fin.ignore(10000,'='); fin >> initiator_offset; local
132 txn.set_data_ptr(initiator_mem + initiator_offset);
150 cout << " Initiator offset and txn data pointer = " << initiator_offset << ", " << int(txn.get_data_ptr()) << endl;
153 cout << " Initiator offset = " << initiator_offset << endl;
186 (txn.get_data_ptr() == initiator_mem+initiator_offset ? "unchanged" : "changed") << endl;

Completed in 4 milliseconds