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

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh625 int a_offset = static_cast<int>(tc->address & b_mask); local
626 int len0 = (sizeof_databus - a_offset) & d_mask;
632 ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) +
670 int a_offset = static_cast<int>(txn->get_address() & b_mask); local
671 int len0 = (sizeof_databus - a_offset) & d_mask;
678 ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) + d_start;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h537 int a_offset = static_cast<int>(tc->address & b_mask); local
538 int len0 = (sizeof_databus - a_offset) & d_mask;
542 uchar *d = ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) + d_start; // 64BITFIX probably redundant //
571 int a_offset = static_cast<int>(txn->get_address() & b_mask); local
572 int len0 = (sizeof_databus - a_offset) & d_mask;
576 uchar *d = ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) + d_start; // 64BITFIX probably redundant //

Completed in 11 milliseconds