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

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh349 loop_generic0(int new_len, int new_stream_width, int orig_stream_width, argument
356 new_sword += new_stream_width, orig_sword += orig_stream_width) {
359 orig_dword < orig_sword + orig_stream_width;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h314 int orig_stream_width, int sizeof_databus,
319 new_sword += new_stream_width, orig_sword += orig_stream_width) {
323 orig_dword < orig_sword + orig_stream_width; orig_dword += sizeof(D)) {
313 loop_generic0(int new_len, int new_stream_width, int orig_stream_width, int sizeof_databus, sc_dt::uint64 orig_start_address, sc_dt::uint64 new_start_address, int be_length, uchar *ie_data, uchar *ie_be, uchar *he_data, uchar *he_be) argument

Completed in 41 milliseconds